summaryrefslogtreecommitdiff
path: root/storage/innobase/include/mem0dbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/mem0dbg.h')
-rw-r--r--storage/innobase/include/mem0dbg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/mem0dbg.h b/storage/innobase/include/mem0dbg.h
index 9f95e84c81e..cc339b82910 100644
--- a/storage/innobase/include/mem0dbg.h
+++ b/storage/innobase/include/mem0dbg.h
@@ -32,7 +32,7 @@ check fields whose sizes are given below */
/* The mutex which protects in the debug version the hash table
containing the list of live memory heaps, and also the global
variables in mem0dbg.cc. */
-extern mutex_t mem_hash_mutex;
+extern ib_mutex_t mem_hash_mutex;
# endif /* !UNIV_HOTBACKUP */
#define MEM_FIELD_HEADER_SIZE ut_calc_align(2 * sizeof(ulint),\