mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@@ -3159,6 +3159,14 @@ Window_funcs_computation::save_explain_plan(MEM_ROOT *mem_root,
|
||||
return xpl;
|
||||
}
|
||||
|
||||
|
||||
bool st_select_lex::add_window_func(Item_window_func *win_func)
|
||||
{
|
||||
if (parsing_place != SELECT_LIST)
|
||||
fields_in_window_functions+= win_func->window_func()->argument_count();
|
||||
return window_funcs.push_back(win_func);
|
||||
}
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Unneeded comments (will be removed when we develop a replacement for
|
||||
// the feature that was attempted here
|
||||
|
Reference in New Issue
Block a user