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

Fix a typo

This commit is contained in:
Sergei Petrunia
2016-03-27 12:15:11 +03:00
parent c95e789e63
commit cc59df65b2

View File

@ -1556,8 +1556,9 @@ bool Window_func_runner::exec(JOIN *join)
first_run= false;
}
if (create_sort_index(thd, join, &join->join_tab[join->top_join_tab_count],
filesort));
if (create_sort_index(thd, join, &join->join_tab[join->top_join_tab_count],
filesort))
return true;
win_func->set_phase_to_computation();