mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-01-16 01:04:09 +08:00
This change addresses https://jira.percona.com/browse/PT-2064 which causes PT-archiver to crash when hitting an error. We use pt-archiver to delete rows that shouldn't be moved to another destination, so `--dest` is not provided. In most places, we seem to check if `$dst` is actually defined before using it, so we might want to do the same in the `do_with_retries` function?