Commit 74431e51 authored by Yoni Fogel's avatar Yoni Fogel

Fix bug with singlex child in db-benchmark-test

git-svn-id: file:///svn/toku/tokudb@13678 c7de825b-a66e-492c-adef-691d508d4ae1
parent 892e012f
......@@ -219,6 +219,7 @@ static void benchmark_shutdown (void) {
tid = NULL;
}
if (singlex_child) {
tid = NULL;
assert(parenttid);
r = (do_abort ? parenttid->abort(parenttid) : parenttid->commit(parenttid, 0)); assert(r==0);
parenttid = NULL;
......
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