summaryrefslogtreecommitdiffstats
path: root/sql/sql_select.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sql/sql_select.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 4f2719f1..6d1d4626 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -1866,6 +1866,8 @@ private:
bool add_fields_for_current_rowid(JOIN_TAB *cur, List<Item> *fields);
void free_pushdown_handlers(List<TABLE_LIST>& join_list);
void init_join_cache_and_keyread();
+ bool prepare_sum_aggregators(THD *thd,Item_sum **func_ptr,
+ bool need_distinct);
bool transform_in_predicates_into_equalities(THD *thd);
bool transform_all_conds_and_on_exprs(THD *thd,
Item_transformer transformer);