Commit 54e69238 authored by Yoni Fogel's avatar Yoni Fogel

refs #5395 Fix regression from r43886. Continue to mark both nodes dirty when splitting a non-leaf.

git-svn-id: file:///svn/toku/tokudb@47076 c7de825b-a66e-492c-adef-691d508d4ae1
parent 6c722feb
......@@ -956,7 +956,7 @@ ft_nonleaf_split(
B->max_msn_applied_to_node_on_disk = max_msn_applied_to_node;
node->dirty = 1;
node->dirty = 1;
B->dirty = 1;
toku_assert_entire_node_in_memory(node);
toku_assert_entire_node_in_memory(B);
//VERIFY_NODE(t,node);
......
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