Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
1.1.9
-
None
Description
If reconnect was set to true connection_id is not updated after reconnection.
Instead of storing the connection_id in connect method, we should call mysql_thread_id instead.
Also remove reconnect property, getter/setter is auto_reconnect.