mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Update output samples with new hostN.
This commit is contained in:
@@ -8674,7 +8674,7 @@ sub event_report {
|
||||
my $hostno = 0;
|
||||
foreach my $host ( @$hosts ) {
|
||||
$hostno++;
|
||||
push @result, "# Host$hostno: " . ($host->{name} || '?')
|
||||
push @result, "# host$hostno: " . ($host->{name} || '?')
|
||||
}
|
||||
|
||||
my $class = $meta_stats->{classes}->{$where};
|
||||
|
Reference in New Issue
Block a user