summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2015-06-25 08:33:15 +0300
committerVicentiu Ciorbaru <vicentiu@mariadb.org>2015-07-13 16:01:25 +0000
commitc64a3e9290db188c649f4c857352dcb34821d9f1 (patch)
tree28130ad44d06071bc8a4a3d73ff09b128d8cf752 /sql/sql_select.h
parent33745a407b3557f2914ebf8119e8ea3435481cde (diff)
downloadmariadb-git-10.1-window.tar.gz
Initial window func attempt10.1-window
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h1
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 */