mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
fixed subqueries name resolution with INSERT/REPLACE (found during bug 446 investigation)
This commit is contained in:
@ -1000,7 +1000,7 @@ void st_select_lex::init_query()
|
||||
item_list.empty();
|
||||
join= 0;
|
||||
olap= UNSPECIFIED_OLAP_TYPE;
|
||||
having_fix_field= 0;
|
||||
insert_select= having_fix_field= 0;
|
||||
with_wild= 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user