Add func to col ident struct to fix QueryAdvisorRules.t.

This commit is contained in:
Daniel Nichter
2012-04-03 11:03:17 -06:00
parent dcec863988
commit c3b99d17a1
3 changed files with 8 additions and 3 deletions

View File

@@ -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,