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

@ -25898,7 +25898,7 @@ AGGR_OP::end_send()
// Update ref array
join_tab->join->set_items_ref_array(*join_tab->ref_array);
join->process_window_functions(&join->fields_list); // location #2
join->process_window_functions(&join->select_lex->window_funcs);
table->reginfo.lock_type= TL_UNLOCK;
bool in_first_read= true;