Commit dc814945 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3459 fix the big key nonleaf node splitter to accept nodes much larger than...

#3459 fix the big key nonleaf node splitter to accept nodes much larger than the node size closes[t:3459]

git-svn-id: file:///svn/toku/tokudb@30312 c7de825b-a66e-492c-adef-691d508d4ae1
parent af27d521
......@@ -1029,8 +1029,6 @@ brt_nonleaf_split (BRT t, BRTNODE node, BRTNODE *nodea, BRTNODE *nodeb, DBT *spl
*nodea = node;
*nodeb = B;
lazy_assert(toku_serialize_brtnode_size(node) <= node->nodesize);
lazy_assert(toku_serialize_brtnode_size(B) <= B->nodesize);
return 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