Fix t/pt-table-checksum/replication_filters.t again because my Mac is the odd ball.

This commit is contained in:
Daniel Nichter
2013-03-01 18:31:31 -07:00
parent e40f973ed8
commit a8f52fd532

View File

@@ -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/*!*/;
";