1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
This commit is contained in:
hf@deer.(none)
2005-04-21 13:19:02 +05:00
2 changed files with 5 additions and 0 deletions

View File

@ -187,6 +187,7 @@ void STDCALL mysql_server_end()
else
mysql_thread_end();
finish_client_errs();
free_charsets();
mysql_client_init= org_my_init_done= 0;
}