mirror of
https://github.com/MariaDB/server.git
synced 2026-05-13 18:40:48 +02: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:
parent
7c9cfa07ad
commit
5b85d0a75b
5 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue