1
0
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:
Sergei Golubchik
2023-11-22 22:29:11 +01:00
parent 7317aadeea
commit d1ca8fbb76
2 changed files with 14 additions and 16 deletions

View File

@@ -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;