1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Code cleanup

This commit is contained in:
Sergei Petrunia
2016-03-24 03:08:43 +03:00
parent 39d3cdbf22
commit c7a60de78c
4 changed files with 88 additions and 97 deletions

View File

@ -1494,7 +1494,7 @@ public:
int init_execution();
void exec();
bool process_window_functions(List<Item> *curr_fields_list);
bool process_window_functions(List<Item_window_func> *window_funcs);
void exec_inner();
bool prepare_result(List<Item> **columns_list);