Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
1.5.3
-
None
-
2020-3, 2020-4, 2020-5, 2020-6, 2020-7
Description
When a connection is closed, ha_mcs_impl_close_connection() is executed. In previous versions it was optional to execute this:
thd_set_ha_data(thd, hton, NULL);
Since we believe in cleaning up our own stuff, we did this.
In 10.5, this is no longer optional. Server asserts if we do this.