mirror of
https://github.com/MariaDB/server.git
synced 2025-11-09 11:41:36 +03:00
Merge 10.11 into 11.4
This commit is contained in:
@@ -172,7 +172,14 @@
|
||||
Feel free to raise this by the smallest amount you can to get the
|
||||
"execution_constants" test to pass.
|
||||
*/
|
||||
#ifndef __has_feature
|
||||
#define __has_feature(x) 0
|
||||
#endif
|
||||
#if defined(__clang__) && __has_feature(memory_sanitizer) && !defined(DBUG_OFF)
|
||||
#define STACK_MIN_SIZE 44000
|
||||
#else
|
||||
#define STACK_MIN_SIZE 16000 // Abort if less stack during eval.
|
||||
#endif
|
||||
|
||||
#define STACK_MIN_SIZE_FOR_OPEN (1024*80)
|
||||
#define STACK_BUFF_ALLOC 352 ///< For stack overrun checks
|
||||
|
||||
Reference in New Issue
Block a user