additional changes (after discussion with Monty)


libmysql/libmysql.c:
  it's good to check my_thread_init() result as well
sql/client_settings.h:
  0 is more relevant here
This commit is contained in:
unknown 2003-12-18 18:12:00 +04:00
commit 195b8ac5dc
2 changed files with 2 additions and 2 deletions

View file

@ -32,5 +32,5 @@
#undef HAVE_SMEM
#undef _CUSTOMCONFIG_
#define mysql_server_init(a,b,c) FALSE
#define mysql_server_init(a,b,c) 0