mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge
innobase/include/srv0srv.h: Auto merged mysql-test/mysql-test-run.sh: Auto merged innobase/srv/srv0srv.c: Auto merged innobase/srv/srv0start.c: Auto merged scripts/make_binary_distribution.sh: Auto merged sql/ha_innobase.cc: Auto merged
This commit is contained in:
@ -1004,6 +1004,13 @@ innobase_shutdown_for_mysql(void)
|
||||
|
||||
logs_empty_and_mark_files_at_shutdown();
|
||||
|
||||
if (srv_conc_n_threads != 0) {
|
||||
fprintf(stderr,
|
||||
"InnoDB: Warning: query counter shows %ld queries still\n"
|
||||
"InnoDB: inside InnoDB at shutdown\n",
|
||||
srv_conc_n_threads);
|
||||
}
|
||||
|
||||
ut_free_all_mem();
|
||||
|
||||
return((int) DB_SUCCESS);
|
||||
|
Reference in New Issue
Block a user