mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Remove JOIN_TAB::used_window_func, it is not used anymore
This commit is contained in:
@ -430,8 +430,6 @@ typedef struct st_join_table {
|
||||
*/
|
||||
Window_funcs_computation* window_funcs;
|
||||
|
||||
bool used_for_window_func;
|
||||
|
||||
/**
|
||||
List of topmost expressions in the select list. The *next* JOIN TAB
|
||||
in the plan should use it to obtain correct values. Same applicable to
|
||||
|
Reference in New Issue
Block a user