summaryrefslogtreecommitdiff
path: root/storage/xtradb/include/dict0types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/include/dict0types.h')
-rw-r--r--storage/xtradb/include/dict0types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/storage/xtradb/include/dict0types.h b/storage/xtradb/include/dict0types.h
index 6acb6a2dcbe..1299445a8ee 100644
--- a/storage/xtradb/include/dict0types.h
+++ b/storage/xtradb/include/dict0types.h
@@ -82,4 +82,9 @@ enum ib_quiesce_t {
#define TEMP_TABLE_PREFIX "#sql"
#define TEMP_TABLE_PATH_PREFIX "/" TEMP_TABLE_PREFIX
+#if defined UNIV_DEBUG || defined UNIV_IBUF_DEBUG
+/** Flag to control insert buffer debugging. */
+extern uint ibuf_debug;
+#endif /* UNIV_DEBUG || UNIV_IBUF_DEBUG */
+
#endif