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

Docs/manual.texi:
  Documentation for --core-file
sql/mysql_priv.h:
  --core-file
sql/mysqld.cc:
  --core-file
This commit is contained in:
unknown
2000-08-30 06:05:12 +03:00
parent 45e355c2be
commit a6ec1f09b0
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