mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
remove unused flag
This commit is contained in:
parent
2ec0f46b88
commit
8d13f97084
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ typedef Bitmap<((MAX_INDEXES+7)/8*8)> key_map; /* Used for finding keys */
|
|||
#define TEST_READCHECK 64 /**< Force use of readcheck */
|
||||
#define TEST_NO_EXTRA 128
|
||||
#define TEST_CORE_ON_SIGNAL 256 /**< Give core if signal */
|
||||
#define TEST_NO_STACKTRACE 512
|
||||
#define TEST_SIGINT 1024 /**< Allow sigint on threads */
|
||||
#define TEST_SYNCHRONIZATION 2048 /**< get server to do sleep in
|
||||
some places */
|
||||
|
|
Loading…
Reference in a new issue