mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
backport MEM_ROOT::total_alloc removal from 10.5
to fix sizeof(MEM_ROOT)
This commit is contained in:
@@ -45,7 +45,6 @@ typedef struct st_mem_root
|
||||
/* if block have less memory it will be put in 'used' list */
|
||||
size_t min_malloc;
|
||||
size_t block_size; /* initial block size */
|
||||
size_t total_alloc;
|
||||
unsigned int block_num; /* allocated blocks counter */
|
||||
/*
|
||||
first free block in queue test counter (if it exceed
|
||||
|
Reference in New Issue
Block a user