mirror of
https://github.com/MariaDB/server.git
synced 2025-08-05 13:16:09 +03:00
Backport MEM_ROOT::flags from 10.7
This commit is contained in:
@@ -49,7 +49,8 @@ typedef struct st_mem_root
|
||||
first free block in queue test counter (if it exceed
|
||||
MAX_BLOCK_USAGE_BEFORE_DROP block will be dropped in 'used' list)
|
||||
*/
|
||||
unsigned int first_block_usage;
|
||||
unsigned short first_block_usage;
|
||||
unsigned short flags;
|
||||
|
||||
#ifdef PROTECT_STATEMENT_MEMROOT
|
||||
int read_only;
|
||||
|
Reference in New Issue
Block a user