1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

prevented finding references in item_list for non-SELECT st_select_lex

(fixed BUG#943)
This commit is contained in:
bell@sanja.is.com.ua
2003-07-29 16:59:46 +03:00
parent 6a46d28e21
commit 6dea500fb2
7 changed files with 56 additions and 12 deletions

View File

@ -986,7 +986,8 @@ void st_select_lex::init_query()
join= 0;
where= 0;
olap= UNSPECIFIED_OLAP_TYPE;
insert_select= having_fix_field= 0;
having_fix_field= 0;
resolve_mode= NOMATTER_MODE;
with_wild= 0;
}