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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user