mirror of
https://github.com/MariaDB/server.git
synced 2025-08-15 22:37:22 +00: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:
@ -61,10 +61,10 @@ extern uint my_once_extra;
|
||||
|
||||
#ifdef THREAD
|
||||
/*
|
||||
These threads are except from safemalloc leak scrutiny unless
|
||||
These threads are exempt from safemalloc leak scrutiny unless
|
||||
PEDANTIC_SAFEMALLOC is defined
|
||||
*/
|
||||
extern pthread_t signal_thread, kill_thread;
|
||||
extern pthread_t signal_th, kill_th, main_th;
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_TEMPNAM
|
||||
|
Reference in New Issue
Block a user