mariadb/libmysql
Staale Smedseng 600a283689 Bug #45058 init_available_charsets uses double checked locking
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().
2010-02-26 15:30:14 +01:00
..
.cvsignore
acinclude.m4
client_settings.h
CMakeLists.txt
conf_to_src.c
dll.c
errmsg.c
get_password.c
libmysql.c Bug #45058 init_available_charsets uses double checked locking 2010-02-26 15:30:14 +01:00
libmysql.def
libmysql.ver.in
Makefile.am
Makefile.shared
manager.c