mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge bk-internal.mysql.com:/data0/bk/mysql-5.1
into bk-internal.mysql.com:/data0/bk/mysql-5.1-arch
This commit is contained in:
@@ -1186,7 +1186,6 @@ void clean_up(bool print_message)
|
||||
lex_free(); /* Free some memory */
|
||||
set_var_free();
|
||||
free_charsets();
|
||||
(void) ha_panic(HA_PANIC_CLOSE); /* close all tables and logs */
|
||||
if (!opt_noacl)
|
||||
{
|
||||
#ifdef HAVE_DLOPEN
|
||||
@@ -1194,6 +1193,7 @@ void clean_up(bool print_message)
|
||||
#endif
|
||||
}
|
||||
plugin_shutdown();
|
||||
ha_end();
|
||||
if (tc_log)
|
||||
tc_log->close();
|
||||
xid_cache_free();
|
||||
|
||||
Reference in New Issue
Block a user