Commit a0f0e6d2 authored by Rich Prohaska's avatar Rich Prohaska

avoid performance collapse using db-benchmark-test. closes #340

git-svn-id: file:///svn/tokudb@2194 c7de825b-a66e-492c-adef-691d508d4ae1
parent a53ca2c7
...@@ -420,8 +420,8 @@ static int brt_nonleaf_split (BRT t, BRTNODE node, BRTNODE *nodea, BRTNODE *node ...@@ -420,8 +420,8 @@ static int brt_nonleaf_split (BRT t, BRTNODE node, BRTNODE *nodea, BRTNODE *node
BNC_NBYTESINBUF(B, targchild) += n_bytes_moved; BNC_NBYTESINBUF(B, targchild) += n_bytes_moved;
node->u.n.n_bytes_in_buffers -= n_bytes_moved; node->u.n.n_bytes_in_buffers -= n_bytes_moved;
BNC_NBYTESINBUF(node, i) -= n_bytes_moved; BNC_NBYTESINBUF(node, i) -= n_bytes_moved;
verify_local_fingerprint_nonleaf(B); // verify_local_fingerprint_nonleaf(B);
verify_local_fingerprint_nonleaf(node); // verify_local_fingerprint_nonleaf(node);
} }
// Delete a child, removing it's fingerprint, and also the preceeding pivot key. The child number must be > 0 // Delete a child, removing it's fingerprint, and also the preceeding pivot key. The child number must be > 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