mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have
access to a FreeBSD box, though. mysys/my_static.h: cleanup mysys/safemalloc.c: cleanup sql/mysqld.cc: initialize some safemalloc variables in main()
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
#include "mysys_err.h"
|
||||
|
||||
ulonglong safemalloc_mem_limit = ~(ulonglong)0;
|
||||
pthread_t shutdown_th=0,main_th=0,signal_th=0;
|
||||
pthread_t shutdown_th,main_th,signal_th;
|
||||
|
||||
#define pNext tInt._pNext
|
||||
#define pPrev tInt._pPrev
|
||||
|
Reference in New Issue
Block a user