mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00:00
bin/pt-table-checksum: Missing word in an error message
This commit is contained in:
@@ -8591,7 +8591,7 @@ sub main {
|
|||||||
. $master_binlog . " but replica " . $slave_cxn->name()
|
. $master_binlog . " but replica " . $slave_cxn->name()
|
||||||
. " has binlog_format $slave_binlog. This could cause "
|
. " has binlog_format $slave_binlog. This could cause "
|
||||||
. "pt-table-checksum to break replication. "
|
. "pt-table-checksum to break replication. "
|
||||||
. "If understand the risks, specify "
|
. "If you understand the risks, specify "
|
||||||
. "--no-check-binlog-format to disable this check.\n";
|
. "--no-check-binlog-format to disable this check.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user