mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
This commit is contained in:
@ -84,7 +84,7 @@
|
||||
#define MAX_FIELDS 4096 /* Limit in the .frm file */
|
||||
#define MAX_PARTITIONS 8192
|
||||
|
||||
#define MAX_SELECT_NESTING (sizeof(nesting_map)*8-1)
|
||||
#define MAX_SELECT_NESTING (SELECT_NESTING_MAP_SIZE - 1)
|
||||
|
||||
#define MAX_SORT_MEMORY 2048*1024
|
||||
#define MIN_SORT_MEMORY 1024
|
||||
|
Reference in New Issue
Block a user