mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 05:29:30 +00:00
Fix t/pt-table-checksum/replication_filters.t again because my Mac is the odd ball.
This commit is contained in:
@@ -285,8 +285,8 @@ elsif ( -x "$ENV{PERCONA_TOOLKIT_SANDBOX}/bin/mysqlbinlog" ) {
|
||||
$output = `$mysqlbinlog /tmp/12345/data/$row->{file} --start-position=$row->{position} | grep 'use ' | grep -v '^# Warning' | sort -u | sed -e 's/\`//g'`;
|
||||
|
||||
my $use_dbs = "use mysql/*!*/;
|
||||
use percona_test/*!*/;
|
||||
use percona/*!*/;
|
||||
use percona_test/*!*/;
|
||||
use sakila/*!*/;
|
||||
";
|
||||
|
||||
|
Reference in New Issue
Block a user