mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for bug #7344 (Repeating mysql_server_start/mysql_server_end crash clients)
One more free_charset call added
This commit is contained in:
@ -186,6 +186,7 @@ void STDCALL mysql_server_end()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
mysql_thread_end();
|
mysql_thread_end();
|
||||||
|
free_charsets();
|
||||||
mysql_client_init= org_my_init_done= 0;
|
mysql_client_init= org_my_init_done= 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user