PT-1717 - resume pt-online-schema-change if it's interrupted

- Updating lower and upper boundaries in the history table
This commit is contained in:
Sveta Smirnova
2024-02-28 18:25:39 +03:00
parent c8c1b2483a
commit a111ed0b70
2 changed files with 65 additions and 3 deletions

View File

@@ -10201,6 +10201,7 @@ sub main {
if ( $o->get('execute') ) {
if ( $o->get('history') ) {
$done_sth->execute();
print ts("Job ${job_id} finished successfully.\n");
}
print ts("Copied rows OK.\n");
}