Commit 86fcd60f authored by Yoni Fogel's avatar Yoni Fogel

Addresses #293

Read lock appears to be finished for now.

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