mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Merge branch '3.0' into PT-87
This commit is contained in:
@@ -8482,7 +8482,7 @@ sub main {
|
||||
if ( scalar @$slaves ) {
|
||||
print "Found " . scalar(@$slaves) . " slaves:\n";
|
||||
foreach my $cxn ( @$slaves ) {
|
||||
print " " . $cxn->name() . "\n";
|
||||
printf("%s -> %s:%s\n", $cxn->name(), $cxn->{dsn}->{h}, $cxn->{dsn}->{P});
|
||||
}
|
||||
}
|
||||
elsif ( ($o->get('recursion-method') || '') ne 'none') {
|
||||
|
||||
Reference in New Issue
Block a user