Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.4.2
-
None
Description
When the first query executed by a session configured with lazy_connect is SET autocommit=0, a connection to the master server is created. The connection creation code which picks a server to use does not update the current master server pointer if the selected server is a master. As a result of this, queries will fail and the session will be closed.