Make pt-index-usage commit after saving results to tables, which fixes tests in MySQL 5.5

This commit is contained in:
Baron Schwartz
2012-06-04 08:21:02 -04:00
parent 636da6e755
commit a074ce0526
2 changed files with 2 additions and 0 deletions

View File

@@ -4861,6 +4861,7 @@ sub save_results {
}
}
$dbh->commit;
return;
}

View File

@@ -308,6 +308,7 @@ sub save_results {
}
}
$dbh->commit;
return;
}