summaryrefslogtreecommitdiff
path: root/storage/tokudb/hatoku_defines.h
diff options
context:
space:
mode:
authorRich Prohaska <prohaska@tokutek.com>2014-04-18 14:07:14 -0400
committerRich Prohaska <prohaska@tokutek.com>2014-04-18 14:07:14 -0400
commit139634dcf077c0819d039d49799a3bb1808c95ac (patch)
treef35f17a9ab610e9ab186f53d2cbe997ebd50e0fb /storage/tokudb/hatoku_defines.h
parent4990d18886823e54fa6a94d177baa9e133d612cf (diff)
downloadmariadb-git-139634dcf077c0819d039d49799a3bb1808c95ac.tar.gz
#202 allow non-null AND null key index cursor operations (2nd try)
Diffstat (limited to 'storage/tokudb/hatoku_defines.h')
-rw-r--r--storage/tokudb/hatoku_defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/hatoku_defines.h b/storage/tokudb/hatoku_defines.h
index 244c3e2f316..cf983b5b8cb 100644
--- a/storage/tokudb/hatoku_defines.h
+++ b/storage/tokudb/hatoku_defines.h
@@ -237,6 +237,7 @@ extern ulong tokudb_debug;
#define TOKUDB_DEBUG_ERROR 16
#define TOKUDB_DEBUG_TXN 32
#define TOKUDB_DEBUG_AUTO_INCREMENT 64
+#define TOKUDB_DEBUG_INDEX_KEY 128
#define TOKUDB_DEBUG_LOCK 256
#define TOKUDB_DEBUG_CHECK_KEY 1024
#define TOKUDB_DEBUG_HIDE_DDL_LOCK_ERRORS 2048