mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanups
Don't use DBUG library for struct st_my_thread_var to make code less complicated. Docs/manual.texi: Cleanup acinclude.m4: Search after openssl in /usr/local client/mysql.cc: Fix prompt client/mysqladmin.c: Cleanup client/mysqltest.c: Cleanup include/my_pthread.h: Move thread variables to the right location include/my_sys.h: Move thread variables to the right location include/mysql.h: Clean up client prototypes libmysql/libmysql.c: Clean up client prototypes mysys/my_static.h: Cleanup mysys/my_thr_init.c: Don't use DBUG library for struct st_my_thread_var to make code less complicated sql/item_cmpfunc.cc: Small optimization sql/net_pkg.cc: Cleanup sql/sql_parse.cc: Allow VARCHAR(0)
This commit is contained in:
@ -57,10 +57,11 @@ extern const char *soundex_map;
|
||||
extern USED_MEM* my_once_root_block;
|
||||
extern uint my_once_extra;
|
||||
|
||||
/* these threads are exept from safemalloc leak scrutiny unless
|
||||
PEDANTIC_SAFEMALLOC is defined
|
||||
/*
|
||||
These threads are exept from safemalloc leak scrutiny unless
|
||||
PEDANTIC_SAFEMALLOC is defined
|
||||
*/
|
||||
extern pthread_t signal_thread,kill_thread;
|
||||
extern pthread_t signal_thread, kill_thread;
|
||||
|
||||
#ifndef HAVE_TEMPNAM
|
||||
extern int _my_tempnam_used;
|
||||
|
Reference in New Issue
Block a user