1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

skip resolving field in table list if table list is not accessable due to groupping (BUG#4814)

This commit is contained in:
bell@sanja.is.com.ua
2004-08-13 10:01:30 +03:00
parent d372284d09
commit 0ce931947e
11 changed files with 122 additions and 56 deletions

View File

@@ -1017,7 +1017,7 @@ void st_select_lex::init_query()
select_n_having_items= 0;
prep_where= 0;
subquery_in_having= explicit_limit= 0;
parsing_place= SELECT_LEX_NODE::NO_MATTER;
parsing_place= NO_MATTER;
}
void st_select_lex::init_select()