Commit 0af793b4 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #293

Checkpoint in implementation.
Vincenzo left for the night.

git-svn-id: file:///svn/tokudb@1829 c7de825b-a66e-492c-adef-691d508d4ae1
parent 97620c52
This diff is collapsed.
......@@ -13,6 +13,10 @@ typedef struct {
BOOL duplicates;
toku_range_tree* mainread;
toku_range_tree* borderwrite;
//TODO: Remove this tree and have one per transaction.
toku_range_tree* selfread;
//TODO: Remove this tree and have one per transaction.
toku_range_tree* selfwrite;
toku_range* buf;
unsigned buflen;
BOOL panicked;
......
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