mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Fix for 1105077: pt-table-checksum: Confusing error message with binlog_format ROW or MIXED on slave
This commit is contained in:
@@ -256,7 +256,7 @@ SKIP: {
|
||||
|
||||
$output = output( sub { pt_table_checksum::main(@args) }, stderr => 1 );
|
||||
|
||||
my $re = qr/ has binlog_format .*? has binlog_format (\S+)\./msi;
|
||||
my $re = qr/Replica .+? has binlog_format (\S+)/msi;
|
||||
like(
|
||||
$output,
|
||||
$re,
|
||||
|
||||
Reference in New Issue
Block a user