mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Add func to col ident struct to fix QueryAdvisorRules.t.
This commit is contained in:
@@ -2065,7 +2065,7 @@ my @cases = (
|
||||
from => 'l ',
|
||||
where => 'col<100'
|
||||
},
|
||||
columns => [ { col => 'max(col)' } ],
|
||||
columns => [ { col => 'col', func => 'MAX' } ],
|
||||
context => 'scalar',
|
||||
from => [ { tbl => 'l' } ],
|
||||
nested => 1,
|
||||
|
Reference in New Issue
Block a user