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.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
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, and rename auto_reconnect to _auto_reconnect, since reconnect has to be set in connection method(). |
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. |
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. |
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.- |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |