Bug #28949

- handler binlog's must be shutdoem before logger.cleanup_base
parent 2b2bdf74
...@@ -1143,13 +1143,14 @@ void clean_up(bool print_message) ...@@ -1143,13 +1143,14 @@ void clean_up(bool print_message)
if (cleanup_done++) if (cleanup_done++)
return; /* purecov: inspected */ return; /* purecov: inspected */
logger.cleanup_base();
/* /*
make sure that handlers finish up make sure that handlers finish up
what they have that is dependent on the binlog what they have that is dependent on the binlog
*/ */
ha_binlog_end(current_thd); ha_binlog_end(current_thd);
logger.cleanup_base();
injector::free_instance(); injector::free_instance();
mysql_bin_log.cleanup(); mysql_bin_log.cleanup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment