mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Fix bug with singlex child in db-benchmark-test
git-svn-id: file:///svn/toku/tokudb@13678 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
3e9fcd103b
commit
9219a87646
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue