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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 58c1dd3dfae..2abf4b2248a 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1514,7 +1514,7 @@ public:
uchar *arg);
Item *pushdown_from_having_into_where(THD *thd, Item *having);
- select_handler *find_select_handler(THD *thd);
+ select_handler *find_select_handler(THD *thd, SELECT_LEX *top_select);
private:
bool m_non_agg_field_used;