mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
5.5.38 merge
This commit is contained in:
@@ -304,6 +304,9 @@ my_bool my_thread_init(void)
|
||||
struct st_my_thread_var *tmp;
|
||||
my_bool error=0;
|
||||
|
||||
if (!my_thread_global_init_done)
|
||||
return 1; /* cannot proceed with unintialized library */
|
||||
|
||||
#ifdef EXTRA_DEBUG_THREADS
|
||||
fprintf(stderr,"my_thread_init(): pthread_self: %p\n", pthread_self());
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user