summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
diff options
context:
space:
mode:
authorbell@sanja.is.com.ua <>2004-08-13 10:01:30 +0300
committerbell@sanja.is.com.ua <>2004-08-13 10:01:30 +0300
commit0ce931947e7a27a9797a9de1e2a0f626cbd6cf7b (patch)
treedb76b055297225d3f6d0277c1daef6075c222761 /sql/sql_lex.cc
parentd372284d09fa6ccac0be7dd8cd4795a58cc45572 (diff)
downloadmariadb-git-0ce931947e7a27a9797a9de1e2a0f626cbd6cf7b.tar.gz
skip resolving field in table list if table list is not accessable due to groupping (BUG#4814)
Diffstat (limited to 'sql/sql_lex.cc')
-rw-r--r--sql/sql_lex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.cc b/sql/sql_lex.cc
index 2b6a307092c..f39cbc43b8b 100644
--- a/sql/sql_lex.cc
+++ b/sql/sql_lex.cc
@@ -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()