mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
An aggregating query over an empty set of a join of two tables with a rejecting HAVING clause erroneously could return a row. It could happen in the cases when the optimizer made a conclusion that the aggregating set was empty. Wrong results were produced because the server missed initial setting for aggregation functions in the mentioned cases.
18 KiB
18 KiB