summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 4128c1dd300..531fa5495f9 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1274,6 +1274,7 @@ public:
bool cond_pushdown_is_allowed() const
{ return !olap && !explicit_limit && !tvc; }
+ bool select_items_in_group_by();
private:
bool m_non_agg_field_used;