mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed select nest level
This commit is contained in:
@ -33,6 +33,10 @@
|
||||
#include "sql_tvc.h"
|
||||
#include "item.h"
|
||||
|
||||
/* Used for flags of nesting constructs */
|
||||
#define SELECT_NESTING_MAP_SIZE 64
|
||||
typedef Bitmap<SELECT_NESTING_MAP_SIZE> nesting_map;
|
||||
|
||||
/* YACC and LEX Definitions */
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user