Bug #80726 | GROUP BY on derived table, expression of aggregate and group column: error | ||
---|---|---|---|
Submitted: | 14 Mar 2016 10:49 | Modified: | 16 Nov 2016 19:23 |
Reporter: | Guilhem Bichot | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Optimizer | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[14 Mar 2016 10:49]
Guilhem Bichot
[16 Nov 2016 19:23]
Paul DuBois
Posted by developer: Noted in 8.0.1 changelog. If a query performed a GROUP BY on a column of a derived table and the select list contained an expression mixing an aggregate function and the group column, an error was raised if the ONLY_FULL_GROUP_BY SQL mode was enabled.