mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
parent
42799cc584
commit
de470e6f83
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ int STDCALL mysql_server_init(int argc, char **argv, char **groups)
|
||||||
}
|
}
|
||||||
#ifdef THREAD
|
#ifdef THREAD
|
||||||
else
|
else
|
||||||
my_thread_init(); /* Init if new thread */
|
result= (int)my_thread_init(); /* Init if new thread */
|
||||||
#endif
|
#endif
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,5 +32,5 @@
|
||||||
#undef HAVE_SMEM
|
#undef HAVE_SMEM
|
||||||
#undef _CUSTOMCONFIG_
|
#undef _CUSTOMCONFIG_
|
||||||
|
|
||||||
#define mysql_server_init(a,b,c) FALSE
|
#define mysql_server_init(a,b,c) 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue