What steps will reproduce the problem?
1. Parse the following query:
SELECT schema.`table`.c as b, sum(id + 5 * (5 + 5)) as p FROM schema.table
WHERE a=1 GROUP BY c HAVING p > 10 ORDER BY p DESC
2. Notice thrown when parsing
What is the expected output? What do you see instead?
No notice should be thrown
What version of the product are you using? On what operating system?
ver. 2012-05-02 - Ubuntu Linux 12.04, PHP 5.3.10
Please provide any additional information below.
Original issue reported on code.google.com by akay...@gmail.com on 4 May 2012 at 9:40
Original issue reported on code.google.com by
akay...@gmail.com
on 4 May 2012 at 9:40