Fixed "SHOW SLAVE STATUS" query calls write connection

grisha2217

Active member
Affected version
2.3.6
Code:
ReplicationAdapter::getConnectionForQuery

This function does not contain logic to handle the SHOW SLAVE STATUS query. This query should use the read connection.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.3.8).

Change log:
When checking the replication status of a read server, make sure the query is properly sent to the read connection
There may be a delay before changes are rolled out to the XenForo Community.
 
Back
Top Bottom