From f585c9922d8217f112ed88fbed0dbbcacef3cfa4 Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Mon, 30 Jan 2023 15:34:40 +0300 Subject: [PATCH] PT-215-Documentation fix (#579) Replaced pt-table-checksum with pt-archiver in the pt-archiver docs --- bin/pt-archiver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pt-archiver b/bin/pt-archiver index c4de5e45..a797e77e 100755 --- a/bin/pt-archiver +++ b/bin/pt-archiver @@ -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 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 until the slave is caught up, then proceeds to fetch and archive the row.