From 61a53edc54955166dd6e7cf1a985f5ead3bdb82b Mon Sep 17 00:00:00 2001 From: Sveta Smirnova Date: Mon, 13 Feb 2023 12:47:35 +0300 Subject: [PATCH] PT-188-Use percona.checksums in examples (#594) Replaced test.checksum with percona.checksum in examples --- bin/pt-table-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/pt-table-sync b/bin/pt-table-sync index ac3d546e..117d606d 100755 --- a/bin/pt-table-sync +++ b/bin/pt-table-sync @@ -11794,11 +11794,11 @@ Make slave1 have the same data as its replication master: Resolve differences that L found on all slaves of master1: - pt-table-sync --execute --replicate test.checksum master1 + pt-table-sync --execute --replicate percona.checksum master1 Same as above but only resolve differences on slave1: - pt-table-sync --execute --replicate test.checksum \ + pt-table-sync --execute --replicate percona.checksum \ --sync-to-master slave1 Sync master2 in a master-master replication configuration, where master2's copy