diff --git a/bin/pt-table-checksum b/bin/pt-table-checksum index 34123303..dbe48f02 100755 --- a/bin/pt-table-checksum +++ b/bin/pt-table-checksum @@ -13010,6 +13010,7 @@ with these flags: TABLE_DIFF 16 At least one diff was found SKIP_CHUNK 32 At least one chunk was skipped SKIP_TABLE 64 At least one table was skipped + REPLICATION_STOPPED 128 Replica is down or stopped If any flag is set, the exit status will be non-zero. Use the bitwise C operation to check for a particular flag. For example, if C<$exit_status & 16>