Commit 9967b13c authored by Yoni Fogel's avatar Yoni Fogel

Added DB_KEYFIRST and DB_KEYLAST to db.h

git-svn-id: file:///svn/tokudb@1125 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8667527f
......@@ -54,6 +54,8 @@ typedef enum {
#define DB_LOCK_RANDOM 8
#define DB_DUP 16384
#define DB_DUPSORT 32768
#define DB_KEYFIRST 15
#define DB_KEYLAST 16
#define DB_NODUPDATA 21
#define DB_NOOVERWRITE 22
#define DB_INIT_LOCK 16384
......
This diff is collapsed.
......@@ -58,6 +58,8 @@ void print_defines (void) {
dodefine(DB_DUP);
dodefine(DB_DUPSORT);
dodefine(DB_KEYFIRST);
dodefine(DB_KEYLAST);
dodefine(DB_NODUPDATA);
dodefine(DB_NOOVERWRITE);
......
......@@ -54,6 +54,8 @@ typedef enum {
#define DB_LOCK_RANDOM 8
#define DB_DUP 16384
#define DB_DUPSORT 32768
#define DB_KEYFIRST 15
#define DB_KEYLAST 16
#define DB_NODUPDATA 21
#define DB_NOOVERWRITE 22
#define DB_INIT_LOCK 16384
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment