1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Fixed that derived tables are properly droped

This commit is contained in:
monty@mashka.mysql.fi
2003-01-07 11:45:06 +02:00
parent edb019aeaf
commit 22aaac013b
10 changed files with 117 additions and 66 deletions

View File

@ -121,6 +121,7 @@ void my_end(int infoflag)
}
}
free_charsets();
my_once_free();
if (infoflag & MY_GIVE_INFO || info_file != stderr)
{
#ifdef HAVE_GETRUSAGE
@ -163,7 +164,6 @@ Voluntary context switches %ld, Involuntary context switches %ld\n",
pthread_mutex_destroy(&THR_LOCK_malloc);
pthread_mutex_destroy(&THR_LOCK_open);
DBUG_POP(); /* Must be done before my_thread_end */
my_once_free();
my_thread_end();
my_thread_global_end();
#endif