Commit b5272656 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1866 refs [t:1866] Set node dirty after doing implicit promotion on query.

git-svn-id: file:///svn/toku/tokudb@13626 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0293b3c7
......@@ -1343,6 +1343,7 @@ brt_leaf_apply_full_promotion_once (BRTNODE node, LEAFENTRY le)
//Therefore no cursor invalidation is needed.
// brt_leaf_check_leaf_stats(node);
node->dirty = 1;
}
static void
......
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