mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-01-21 02:13:27 +08:00
PT-1700 pt-table-checksum REPLICATION_STOPPED exit status not documented (#588)
Fixed documntaiton in bin/pt-table-checksum
This commit is contained in:
@@ -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<AND>
|
||||
operation to check for a particular flag. For example, if C<$exit_status & 16>
|
||||
|
||||
Reference in New Issue
Block a user