mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-23 12:47:56 +00:00
Fix for 996069: Incorrect RES.001 when using aggregate functions
This commit is contained in:
@@ -3815,6 +3815,7 @@ sub get_rules {
|
||||
return unless scalar %groupby_col;
|
||||
my $cols = [
|
||||
grep { _looks_like_column($_->{col}) }
|
||||
grep { ! exists $_->{func} }
|
||||
@{$event->{query_struct}->{columns}}
|
||||
];
|
||||
foreach my $col ( @$cols ) {
|
||||
|
Reference in New Issue
Block a user