mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +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;
|
tid = NULL;
|
||||||
}
|
}
|
||||||
if (singlex_child) {
|
if (singlex_child) {
|
||||||
|
tid = NULL;
|
||||||
assert(parenttid);
|
assert(parenttid);
|
||||||
r = (do_abort ? parenttid->abort(parenttid) : parenttid->commit(parenttid, 0)); assert(r==0);
|
r = (do_abort ? parenttid->abort(parenttid) : parenttid->commit(parenttid, 0)); assert(r==0);
|
||||||
parenttid = NULL;
|
parenttid = NULL;
|
||||||
|
|
Loading…
Add table
Reference in a new issue