Commit 2be167d0 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

refs #6356, fix on main

git-svn-id: file:///svn/toku/tokudb@54737 c7de825b-a66e-492c-adef-691d508d4ae1
parent aa10ba32
......@@ -629,7 +629,7 @@ ftleaf_get_split_loc(
}
case SPLIT_RIGHT_HEAVY: {
*num_left_bns = 1;
*num_left_les = 1;
*num_left_les = toku_omt_size(BLB_BUFFER(node, 0)) ? 1 : 0;
goto exit;
}
case SPLIT_EVENLY: {
......
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