Remove useless 'Reconnected to slave' message in pt-slave-delay and fix standard_options.t so output doesn't show up as test errors.

This commit is contained in:
Daniel Nichter
2012-08-22 11:08:47 -06:00
parent e85e647b86
commit 1c838e283f
2 changed files with 6 additions and 3 deletions

View File

@@ -2592,7 +2592,6 @@ sub main {
try => sub {
return unless $oktorun;
$status = $slave_dbh->selectrow_hashref("SHOW SLAVE STATUS");
info("Reconnected to slave");
return $status;
},
fail => sub {