You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#26042764: BACKPORT BUG#25642343 AND BUG#24311527 TO 5.7
BUG#24311527: PLUGIN-LOAD FAILS AFTER MYSQLD --INITIALIZE
BUG#25642343: THE SERVER SHOULD HAVE A DEFAULT USER FOR THE SERVER SESION SERVICE
There were two leaks after the above patch was introduced:
1) There was a possible memory leak on method
Session_plugin_thread::terminate_session_thread(), on which the
terminate event could be queued after the thread handler being
already terminated. This would cause the terminate event memory
not to be released.
In order to prevent that, the
Session_plugin_thread::terminate_session_thread ensures that
when it ends all queued events are released.
2) When the Group Replication was not able to contact the server
core through the SQL API, some memory structures were not being
released.
Now that memory structures are properly released.
0 commit comments