Bug "SHOW SLAVE STATUS" query calls write connection

There is a bug in this version
G

grisha2217

Guest
Code:

ReplicationAdapter::getConnectionForQuery

This function does not contain logic to handle the SHOW SLAVE STATUS query. This query should use the read connection.

Continue reading...