Commit 1b1c3dac authored by Barry Perlman's avatar Barry Perlman Committed by Yoni Fogel

[t:3884] #3884 Add comment. (No code change.)


git-svn-id: file:///svn/toku/tokudb@34061 c7de825b-a66e-492c-adef-691d508d4ae1
parent f3a1b40e
......@@ -1176,6 +1176,8 @@ brtleaf_get_split_loc(
int* le_index
)
// Effect: Find the location within a leaf node where we want to perform a split
// bn_index is which basement node (which OMT) should be split.
// le_index is index into OMT of the last key that should be on the left side of the split.
{
assert(node->height == 0);
u_int32_t size_so_far = 0;
......
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