mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-12 06:00:14 +00:00
Make pt-index-usage commit after saving results to tables, which fixes tests in MySQL 5.5
This commit is contained in:
@@ -4861,6 +4861,7 @@ sub save_results {
|
||||
}
|
||||
}
|
||||
|
||||
$dbh->commit;
|
||||
return;
|
||||
}
|
||||
|
||||
|
@@ -308,6 +308,7 @@ sub save_results {
|
||||
}
|
||||
}
|
||||
|
||||
$dbh->commit;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user