From 2c85a47a456113e512adbcd48e507861bc4f5a32 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Mon, 19 Nov 2012 11:19:33 -0700 Subject: [PATCH] Alphabetize the opts and fix 2 typos. --- bin/pt-table-checksum | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 96c50be5..5c4c0a0c 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -10876,7 +10876,7 @@ The database and table that was checksummed. If L<"--replicate-check-only"> is specified, only checksum differences on detected replicas are printed. The output is different: one paragraph per -replica, one checksum difference per line, and values are separted by spaces: +replica, one checksum difference per line, and values are separated by spaces: Differences on h=127.0.0.1,P=12346 TABLE CHUNK CNT_DIFF CRC_DIFF CHUNK_INDEX LOWER_BOUNDARY UPPER_BOUNDARY @@ -10943,12 +10943,6 @@ group: Connection Prompt for a password when connecting to MySQL. -=item --check-interval - -type: time; default: 1; group: Throttle - -Sleep time between checks for L<"--max-lag">. - =item --[no]check-binlog-format default: yes @@ -10957,6 +10951,12 @@ Check that the C is the same on all servers. See "Replicas using row-based replication" under L<"LIMITATIONS">. +=item --check-interval + +type: time; default: 1; group: Throttle + +Sleep time between checks for L<"--max-lag">. + =item --[no]check-plan default: yes @@ -11456,7 +11456,7 @@ line, for example: C<"h=replica_host,u=repl_user,p=repl_pass">. The C method prevents the tool from connecting to any replicas. This effectively disables all the L<"REPLICA CHECKS"> because there will -not be any replicas to check. Thefore, this method is not recommended. +not be any replicas to check. Therefore, this method is not recommended. =item --replicate @@ -11665,7 +11665,7 @@ disabled by specifying C<--no-check-replication-filters>. =item 2. L<"--replicate"> table -pt-table-cheksum checks that the L<"--replicate"> table exists on all +pt-table-checksum checks that the L<"--replicate"> table exists on all replicas, else checksumming can break replication when updates to the table on the master replicate to a replica that doesn't have the table. This check cannot be disabled, and the tool wait forever until the table