additional changes (after discussion with Monty)
This commit is contained in:
hf@deer.(none) 2003-12-18 18:12:00 +04:00
parent 42799cc584
commit de470e6f83
2 changed files with 2 additions and 2 deletions

View file

@ -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;
} }

View file

@ -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