mirror of
https://github.com/MariaDB/server.git
synced 2025-05-25 13:42:52 +03:00
A client doing multiple mysql_library_init() and mysql_library_end() calls over the lifetime of the process may experience lost character set data, potentially even a SIGSEGV. This patch reinstates the reloading of character set data when a mysql_library_init() is done after a mysql_library_end().