diff options
author | Igor Solodovnikov <igor.solodovnikov@oracle.com> | 2014-04-23 12:46:00 +0300 |
---|---|---|
committer | Igor Solodovnikov <igor.solodovnikov@oracle.com> | 2014-04-23 12:46:00 +0300 |
commit | b264c3e18d82d6dad2552ae2e4386657264bb756 (patch) | |
tree | 23ceb667072b8d92ed3dd9b02194429d4cf07242 /sql/sql_load.cc | |
parent | 9688cbc25053584e7aaaa150e0e3358d2f2ae428 (diff) | |
download | mariadb-git-b264c3e18d82d6dad2552ae2e4386657264bb756.tar.gz |
Bug #17514920 MYSQL_THREAD_INIT() CALL WITHOUT MYSQL_INIT() IS CRASHING IN WINDOWS
It is error to call mysql_thread_init() before libmysql is initialized with mysql_library_init(). Thus to fix this bug we need to detect if library was initialized and return error result if mysql_thread_init() is called with uninitialized library.
Fixed by checking my_thread_global_init_done and returning nonzero if the library is not initialized.
Diffstat (limited to 'sql/sql_load.cc')
0 files changed, 0 insertions, 0 deletions