PT-1700 pt-table-checksum REPLICATION_STOPPED exit status not documented (#588)

Fixed documntaiton in bin/pt-table-checksum
This commit is contained in:
Sveta Smirnova
2023-02-10 21:09:20 +03:00
committed by GitHub
parent 268dab8a73
commit c0b208ff94

View File

@@ -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>