mirror of
https://github.com/MariaDB/server.git
synced 2025-11-12 10:22:39 +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