Commit 779e7f3f authored by Yoni Fogel's avatar Yoni Fogel

Addresses #293

Checkpoint in lock tree implementation.
Write locks and point locks appear to be done,
bugs fixed in comparison function.

Need to do a bunch of worst case error handling still.

git-svn-id: file:///svn/tokudb@1830 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0af793b4
This diff is collapsed.
...@@ -23,8 +23,8 @@ typedef struct { ...@@ -23,8 +23,8 @@ typedef struct {
} toku_lock_tree; } toku_lock_tree;
#warning TODO: Handle 'panicked' variable in every api call. #warning TODO: Handle 'panicked' variable in every api call.
extern DBT* toku_lt_infinity; extern const DBT* toku_lt_infinity;
extern DBT* toku_lt_neg_infinity; extern const DBT* toku_lt_neg_infinity;
const unsigned __toku_default_buflen = 2; const unsigned __toku_default_buflen = 2;
/* /*
......
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