mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
Fix for #2126
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:
parent
886307f282
commit
195b8ac5dc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue