diff options
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 9cb7e0e61b1..a0dfd42e88b 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1944,5 +1944,6 @@ ulong check_selectivity(THD *thd, TABLE *table, List<COND_STATISTIC> *conds); +int test_if_group_changed(List<Cached_item> &list); #endif /* SQL_SELECT_INCLUDED */ |