Fix valgrind warning from deinitializing ha_ndbcluster, referencing
another handler from 'plugin_foreach' sql/sql_plugin.cc: Remove plugin from plugin_array after it has been initialized to avoid it being referenced. For example if a plugin deletes a THD object that will call 'ha_close_connection' wich will iterate over all storage engine plugins
Showing
Please register or sign in to comment