mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
mem0dbg.c:
Backport from 4.1: make mem_current_allocated_memory global variable innobase/mem/mem0dbg.c: Backport from 4.1: make mem_current_allocated_memory global variable
This commit is contained in:
parent
76bff7b6b6
commit
08d31b97b0
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Protected by mem_hash_mutex above. */
|
|||
static ulint mem_n_created_heaps = 0;
|
||||
static ulint mem_n_allocations = 0;
|
||||
static ulint mem_total_allocated_memory = 0;
|
||||
static ulint mem_current_allocated_memory = 0;
|
||||
ulint mem_current_allocated_memory = 0;
|
||||
static ulint mem_max_allocated_memory = 0;
|
||||
|
||||
/* Size of the hash table for memory management tracking */
|
||||
|
|
Loading…
Reference in a new issue