mariadb/mysys
Igor Solodovnikov 3d73cd23d0 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.
2014-04-23 12:46:00 +03:00
..
array.c
base64.c
ChangeLog
charset-def.c
charset.c
checksum.c
CMakeLists.txt
default.c
errors.c
hash.c
lf_alloc-pin.c
lf_dynarray.c
lf_hash.c
list.c
md5.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_arr_appstr.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c
mf_iocache2.c
mf_keycache.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_keycaches.c
mf_loadpath.c
mf_pack.c
mf_path.c
mf_qsort.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_qsort2.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
mf_radix.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_same.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_sort.c
mf_soundex.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_wcomp.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
mulalloc.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_access.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_aes.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_alarm.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
my_alloc.c
my_atomic.c
my_bit.c
my_bitmap.c
my_chsize.c
my_compare.c
my_compress.c
my_conio.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_copy.c
my_crc32.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_create.c
my_delete.c
my_div.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_error.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_file.c
my_fopen.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_fstream.c
my_gethwaddr.c
my_getncpus.c
my_getopt.c
my_getpagesize.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_getsystime.c
my_getwd.c
my_handler_errors.h
my_init.c
my_largepage.c
my_lib.c
my_libwrap.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
my_lock.c
my_lockmem.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_malloc.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_memmem.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_mess.c
my_mkdir.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_mmap.c
my_new.cc
my_once.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_open.c
my_pread.c
my_pthread.c
my_quick.c
my_rdtsc.c
my_read.c
my_redel.c
my_rename.c
my_seek.c
my_sleep.c
my_static.c
my_static.h
my_symlink.c
my_symlink2.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_sync.c
my_thr_init.c Bug #17514920 MYSQL_THREAD_INIT() CALL WITHOUT MYSQL_INIT() IS CRASHING IN WINDOWS 2014-04-23 12:46:00 +03:00
my_timer_cycles.il
my_wincond.c
my_windac.c
my_winerr.c
my_winfile.c
my_winthread.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
my_write.c
mysys_priv.h
ptr_cmp.c
queues.c
rijndael.c
sha1.c Updated/added copyright header. Added line "use is subject to license terms" 2014-02-17 18:19:04 +05:30
stacktrace.c
string.c
test_charset.c
test_dir.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
test_xml.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
testhash.c
thr_alarm.c Updated/added copyright headers 2014-01-06 10:52:35 +05:30
thr_lock.c
thr_mutex.c
thr_rwlock.c
tree.c
typelib.c