summaryrefslogtreecommitdiff
path: root/innobase/mem
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2004-03-26 17:49:02 +0200
committerunknown <heikki@hundin.mysql.fi>2004-03-26 17:49:02 +0200
commit08d31b97b049f7b567b6b92d4a530d4d2e3f0756 (patch)
tree9a46a774474fa8ce33da95e772cf59296768cc95 /innobase/mem
parent76bff7b6b6c32414ff612056dc4aad28579b167b (diff)
downloadmariadb-git-08d31b97b049f7b567b6b92d4a530d4d2e3f0756.tar.gz
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
Diffstat (limited to 'innobase/mem')
-rw-r--r--innobase/mem/mem0dbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/mem/mem0dbg.c b/innobase/mem/mem0dbg.c
index 07f348ab82f..52a08e6faf1 100644
--- a/innobase/mem/mem0dbg.c
+++ b/innobase/mem/mem0dbg.c
@@ -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 */