mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
When resolving unqualified name references MySQL was not checking what is the item type for the reference. Thus e.g a string literal item that has by convention a name equal to its string value will also work as a reference to a SELECT list item or a table field. Fixed by allowing only Item_ref or Item_field to referenced by (unqualified) name.
26 KiB
26 KiB