summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authormarko@hundin.mysql.fi <>2004-06-21 11:06:45 +0300
committermarko@hundin.mysql.fi <>2004-06-21 11:06:45 +0300
commit4fc8a4512630dfdda05d98af98886a90a830f8f6 (patch)
treeaf7c153cf5f02085a90ccc050a6d523e8217bc89 /innobase
parent45bc4312679f6482f7726afe75e884dcc7a25016 (diff)
parent3cd6299b226da5e24e728e18a40cf0d28202e2b0 (diff)
downloadmariadb-git-4fc8a4512630dfdda05d98af98886a90a830f8f6.tar.gz
Merge marko@build.mysql.com:/home/bk/mysql-4.0
into hundin.mysql.fi:/home/marko/k/mysql-4.0
Diffstat (limited to 'innobase')
-rw-r--r--innobase/mem/mem0dbg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/mem/mem0dbg.c b/innobase/mem/mem0dbg.c
index 0a56d8dbadf..5ce7bc9f47d 100644
--- a/innobase/mem/mem0dbg.c
+++ b/innobase/mem/mem0dbg.c
@@ -20,8 +20,9 @@ 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;
-ulint mem_current_allocated_memory = 0;
+ulint mem_current_allocated_memory = 0;
static ulint mem_max_allocated_memory = 0;
+static ulint mem_last_print_info = 0;
/* Size of the hash table for memory management tracking */
#define MEM_HASH_SIZE 997