mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
PT-101 WIP
This commit is contained in:
@@ -5156,8 +5156,6 @@ sub recurse_to_slaves {
|
||||
return;
|
||||
}
|
||||
|
||||
warn "slave_dsn: $slave_dsn";
|
||||
|
||||
my $sql = 'SELECT @@SERVER_ID';
|
||||
PTDEBUG && _d($sql);
|
||||
my ($id) = $dbh->selectrow_array($sql);
|
||||
|
Reference in New Issue
Block a user