mirror of
https://github.com/MariaDB/server.git
synced 2025-11-10 23:02:54 +03:00
The problem occurred when one had a subquery that had an equality X=Y where Y referred to a named select list expression from the parent select. MySQL crashed when trying to use the X=Y equality for ref-based access. Fixed by allowing non-Item_field items in the described case.
499 KiB
499 KiB