PT-87 Added --skip-check-slave-lag to pt-table-checksum

This commit is contained in:
Carlos Salguero
2017-04-12 17:07:06 -03:00
parent 2fe4afc9cf
commit 3568cad229
6 changed files with 35 additions and 17 deletions

View File

@@ -184,9 +184,9 @@ $output = output(
chomp($output);
like(
is(
$output,
qr/Checking lag on h=127.0.0.1,P=12346 -> 127.0.0.1:12346/,
'',
"Bug 1074179: ignore-tables-regex works with --replicate-check-only"
);
# #############################################################################