PT-215-Documentation fix (#579)

Replaced pt-table-checksum with pt-archiver in the pt-archiver docs
This commit is contained in:
Sveta Smirnova
2023-01-30 15:34:40 +03:00
committed by GitHub
parent c7f39a5ba1
commit f585c9922d

View File

@@ -7859,7 +7859,7 @@ Pause archiving if the slave given by L<"--check-slave-lag"> lags.
This option causes pt-archiver to look at the slave every time it's about This option causes pt-archiver to look at the slave every time it's about
to fetch another row. If the slave's lag is greater than the option's value, to fetch another row. If the slave's lag is greater than the option's value,
or if the slave isn't running (so its lag is NULL), pt-table-checksum sleeps or if the slave isn't running (so its lag is NULL), pt-archiver sleeps
for L<"--check-interval"> seconds and then looks at the lag again. It repeats for L<"--check-interval"> seconds and then looks at the lag again. It repeats
until the slave is caught up, then proceeds to fetch and archive the row. until the slave is caught up, then proceeds to fetch and archive the row.