diff options
author | unknown <SergeyV@selena.> | 2006-02-13 17:29:35 +0300 |
---|---|---|
committer | unknown <SergeyV@selena.> | 2006-02-13 17:29:35 +0300 |
commit | 1c1e15762804b2f9013b71f69e50054913aae853 (patch) | |
tree | a171b9cd47222086805a91ea63cc0c8db4c351b2 /mysys | |
parent | 39bfc560a123dd7898b1147d146cc31c0d55f2f1 (diff) | |
parent | 601cfeab34f4415b3295f78a60ac94e4afc7a6a8 (diff) | |
download | mariadb-git-1c1e15762804b2f9013b71f69e50054913aae853.tar.gz |
Merge svlasenko@bk-internal.mysql.com:/home/bk/mysql-4.1
into selena.:H:/MYSQL/src/#06536-mysql-4.1
Diffstat (limited to 'mysys')
-rw-r--r-- | mysys/my_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index 3e5130ec670..d68c76bef1b 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -152,6 +152,7 @@ void my_end(int infoflag) DBUG_PRINT("error",("%s",errbuff[0])); } } + free_charsets(); my_once_free(); if ((infoflag & MY_GIVE_INFO) || print_info) |