mirror of
https://github.com/MariaDB/server.git
synced 2026-01-13 18:02:43 +03:00
The HAVING clause is subject to the same rules as the SELECT list about using aggregated and non-aggregated columns. But this was not enforced when processing implicit grouping from using aggregate functions. Fixed by performing the same checks for HAVING as for SELECT.
495 KiB
495 KiB