Commit 05279709 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

[t:3999] working on orthopush-flush, got a new test to a point where it...

[t:3999] working on orthopush-flush, got a new test to a point where it doesn't fail (but the test is incomplete)

git-svn-id: file:///svn/toku/tokudb@35606 c7de825b-a66e-492c-adef-691d508d4ae1
parent a5d67ed5
......@@ -788,6 +788,18 @@ brt_leaf_apply_cmd_once (
uint64_t *workdonep
);
void
brt_leaf_put_cmd (
BRT t,
BASEMENTNODE bn,
SUBTREE_EST se,
BRT_MSG cmd,
bool* made_change,
uint64_t *workdone,
OMT snapshot_txnids,
OMT live_list_reverse
);
void toku_apply_cmd_to_leaf(BRT t, BRTNODE node, BRT_MSG cmd, bool *made_change, uint64_t *workdone, OMT snapshot_txnids, OMT live_list_reverse);
void toku_reset_root_xid_that_created(BRT brt, TXNID new_root_xid_that_created);
......
......@@ -2196,7 +2196,7 @@ static int do_update(BRT t, BASEMENTNODE bn, SUBTREE_EST se, BRT_MSG cmd, int id
}
// Should be renamed as something like "apply_cmd_to_basement()."
static void
void
brt_leaf_put_cmd (
BRT t,
BASEMENTNODE bn,
......
This diff is collapsed.
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