mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix a typo
This commit is contained in:
@ -1556,8 +1556,9 @@ bool Window_func_runner::exec(JOIN *join)
|
|||||||
first_run= false;
|
first_run= false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (create_sort_index(thd, join, &join->join_tab[join->top_join_tab_count],
|
if (create_sort_index(thd, join, &join->join_tab[join->top_join_tab_count],
|
||||||
filesort));
|
filesort))
|
||||||
|
return true;
|
||||||
|
|
||||||
win_func->set_phase_to_computation();
|
win_func->set_phase_to_computation();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user