diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2014-04-18 14:07:14 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2014-04-18 14:07:14 -0400 |
commit | 139634dcf077c0819d039d49799a3bb1808c95ac (patch) | |
tree | f35f17a9ab610e9ab186f53d2cbe997ebd50e0fb /storage/tokudb/hatoku_defines.h | |
parent | 4990d18886823e54fa6a94d177baa9e133d612cf (diff) | |
download | mariadb-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.h | 1 |
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 |