Merge branch '3.0' into PT-87

This commit is contained in:
Carlos Salguero
2017-04-12 17:09:27 -03:00
19 changed files with 1858 additions and 1209 deletions

View File

@@ -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') {