mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-15 16:00:23 +00:00
Removed indirect object syntax from EventAggregator.pm
This commit is contained in:
@@ -1046,7 +1046,7 @@ sub merge {
|
|||||||
|
|
||||||
# Create a new EventAggregator obj, initialize it with the summed results,
|
# Create a new EventAggregator obj, initialize it with the summed results,
|
||||||
# and return it.
|
# and return it.
|
||||||
my $ea_merged = new EventAggregator(
|
my $ea_merged = EventAggregator->new(
|
||||||
groupby => $ea1->{groupby},
|
groupby => $ea1->{groupby},
|
||||||
worst => $ea1->{worst},
|
worst => $ea1->{worst},
|
||||||
attributes => { map { $_=>[$_] } keys %attrib_types },
|
attributes => { map { $_=>[$_] } keys %attrib_types },
|
||||||
|
Reference in New Issue
Block a user