summaryrefslogtreecommitdiff
path: root/sql/sql_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_window.h')
-rw-r--r--sql/sql_window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sql_window.h b/sql/sql_window.h
index c3847240e9a..b94a1fc6dc4 100644
--- a/sql/sql_window.h
+++ b/sql/sql_window.h
@@ -186,7 +186,8 @@ private:
class Window_funcs_sort : public Sql_alloc
{
public:
- bool setup(THD *thd, SQL_SELECT *sel, List_iterator<Item_window_func> &it);
+ bool setup(THD *thd, SQL_SELECT *sel, List_iterator<Item_window_func> &it,
+ st_join_table *join_tab);
bool exec(JOIN *join);
void cleanup() { delete filesort; }