1
0
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

This commit is contained in:
monty@donna.mysql.com
2000-08-30 06:05:12 +03:00
parent 25929faf44
commit ce40c2fd83
3 changed files with 56 additions and 10 deletions

View File

@ -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