Commit cc59df65 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix a typo

parent c95e789e
...@@ -1557,7 +1557,8 @@ bool Window_func_runner::exec(JOIN *join) ...@@ -1557,7 +1557,8 @@ bool Window_func_runner::exec(JOIN *join)
} }
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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment