mirror of https://github.com/MariaDB/server
Browse Source
In Item_field::fix_fields(): when the item was resolved to an Item_field in the SELECT's select_list, copy the Item_field's "depended_from" field. Failure to do so caused the item to have incorrect attributes: it pointed to a Field in an upper select but used_tables() didn't return OUTER_REF_TABLE_BIT.bb-10.2-MDEV-25818
3 changed files with 25 additions and 0 deletions
Loading…
Reference in new issue