mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
When processing aggregate functions all tables values are reset to NULLs at the end of each group. When doing that if there are no rows found for a group the const tables must not be reset as they are not recalculated by do_select()/sub_select() for each group.
14 KiB
14 KiB