summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/hash0hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/hash0hash.h')
-rw-r--r--storage/xtradb/include/hash0hash.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/storage/xtradb/include/hash0hash.h b/storage/xtradb/include/hash0hash.h
index 977cb829f35..b17c21a45ef 100644
--- a/storage/xtradb/include/hash0hash.h
+++ b/storage/xtradb/include/hash0hash.h
@@ -434,11 +434,12 @@ struct hash_table_struct {
these heaps */
#endif /* !UNIV_HOTBACKUP */
mem_heap_t* heap;
+#ifdef UNIV_DEBUG
ulint magic_n;
+# define HASH_TABLE_MAGIC_N 76561114
+#endif /* UNIV_DEBUG */
};
-#define HASH_TABLE_MAGIC_N 76561114
-
#ifndef UNIV_NONINL
#include "hash0hash.ic"
#endif