mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
--core-file ; To get a core on SIGSEGV when using Linuxthreads
Docs/manual.texi: Documentation for --core-file sql/mysql_priv.h: --core-file sql/mysqld.cc: --core-file
This commit is contained in:
@ -127,7 +127,7 @@ void sql_element_free(void *ptr);
|
||||
#define TEST_NO_THREADS 32 /* For debugging under Linux */
|
||||
#define TEST_READCHECK 64 /* Force use of readcheck */
|
||||
#define TEST_NO_EXTRA 128
|
||||
#define TEST_KILL_ON_DEBUG 256 /* Kill server */
|
||||
#define TEST_CORE_ON_SIGNAL 256 /* Give core if signal */
|
||||
|
||||
/* options for select set by the yacc parser */
|
||||
#define SELECT_DISTINCT 1
|
||||
|
Reference in New Issue
Block a user