1
0
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:
bell@sanja.is.com.ua
2003-05-21 23:35:51 +03:00
parent 8d52377a5c
commit 32262a0fd5
6 changed files with 45 additions and 9 deletions

View File

@ -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;
}