mirror of
https://github.com/MariaDB/server.git
synced 2025-12-04 17:23:46 +03:00
aggregated in outer context returned wrong results. This happened only if the subquery did not contain any references to outer fields. As there were no references to outer fields the subquery erroneously was taken for non-correlated one. Now any set function aggregated in outer context makes the subquery correlated.
104 KiB
104 KiB