Commit 08fe2af9 authored by Rich Prohaska's avatar Rich Prohaska

DB_LOCK_NOTGRANTED addresses #290

git-svn-id: file:///svn/tokudb@1787 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5fae2914
This diff is collapsed.
......@@ -71,6 +71,7 @@ typedef enum {
#define DB_KEYEMPTY -30997
#define DB_KEYEXIST -30996
#define DB_LOCK_DEADLOCK -30995
#define DB_LOCK_NOTGRANTED -30994
#define DB_NOTFOUND -30989
#define DB_SECONDARY_BAD -30974
#define DB_DONOTINDEX -30998
......
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