summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-06-21 11:06:45 +0300
committerunknown <marko@hundin.mysql.fi>2004-06-21 11:06:45 +0300
commita6204676ee384b9529234cde0d4cf261bfff9e18 (patch)
treeaf7c153cf5f02085a90ccc050a6d523e8217bc89 /innobase
parenteac5455aa4c72f9f9a4b491c32965366e683a5cb (diff)
parent94df4f36dd315f569c3d52979475b004b8fefceb (diff)
downloadmariadb-git-a6204676ee384b9529234cde0d4cf261bfff9e18.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