mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user