summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authorunknown <monty@mashka.mysql.fi>2003-01-07 11:45:50 +0200
committerunknown <monty@mashka.mysql.fi>2003-01-07 11:45:50 +0200
commitc49ef18b0cc01d91e835003f87d9a9a95527cedd (patch)
tree079ee0195d406e663e5e3cf06dc4878b1167aa77 /mysys
parentec8526bd15888d8e9013505ea8986ce245843cfa (diff)
parent64dc734dee09157bf0c4c9bd84ba6b16754e27e1 (diff)
downloadmariadb-git-c49ef18b0cc01d91e835003f87d9a9a95527cedd.tar.gz
Merge work:/home/bk/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1
Diffstat (limited to 'mysys')
-rw-r--r--mysys/my_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c
index 2f5088d5b9e..ae7f78b7445 100644
--- a/mysys/my_init.c
+++ b/mysys/my_init.c
@@ -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