Commit 14182ec9 authored by Alexander Nozdrin's avatar Alexander Nozdrin

Revert a patch for Bug#54334 (Double initialization of mysys mutexes).

Revision ID of the patch: marc.alff@oracle.com-20100608124148-lr1ult7lwo75niev
parent be9c4006
......@@ -104,6 +104,8 @@ my_bool my_basic_init(void)
mysql_stdin= & instrumented_stdin;
#if defined(THREAD)
if (my_thread_global_init())
return 1;
# if defined(SAFE_MUTEX)
safe_mutex_global_init(); /* Must be called early */
# endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment