summaryrefslogtreecommitdiff
path: root/sql/sql_select.h
diff options
context:
space:
mode:
authorkevg <claprix@yandex.ru>2016-12-23 17:05:57 +0300
committerAleksey Midenkov <midenok@gmail.com>2017-05-05 20:36:24 +0300
commitc9e4ac4b7221ab58097ce16e91eb1b885f2a3485 (patch)
tree383f3101b7dd19810ccfca6a4ba1227adebfbd3d /sql/sql_select.h
parent4c37011582b4581bb122293ba30a6956b573483c (diff)
downloadmariadb-git-c9e4ac4b7221ab58097ce16e91eb1b885f2a3485.tar.gz
0.6: truncate history feature [closes #96]
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r--sql/sql_select.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h
index 77cf73d785f..aa238c9b741 100644
--- a/sql/sql_select.h
+++ b/sql/sql_select.h
@@ -2301,4 +2301,7 @@ int create_sort_index(THD *thd, JOIN *join, JOIN_TAB *tab, Filesort *fsort);
JOIN_TAB *first_explain_order_tab(JOIN* join);
JOIN_TAB *next_explain_order_tab(JOIN* join, JOIN_TAB* tab);
+int vers_setup_select(THD *thd, TABLE_LIST *tables, COND **where_expr,
+ SELECT_LEX *slex);
+
#endif /* SQL_SELECT_INCLUDED */