mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Window functions: Better class names
As discussed on the call: - s/Window_funcs_computation_step/Window_funcs_computation/g - s/Window_func_sort/Window_funcs_sort/g
This commit is contained in:
@ -428,7 +428,7 @@ typedef struct st_join_table {
|
||||
Non-NULL value means this join_tab must do window function computation
|
||||
before reading.
|
||||
*/
|
||||
Window_funcs_computation_step* window_funcs_step;
|
||||
Window_funcs_computation* window_funcs_step;
|
||||
|
||||
/**
|
||||
List of topmost expressions in the select list. The *next* JOIN TAB
|
||||
|
Reference in New Issue
Block a user