mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
This is a modification of the first patch committed for mdev-13369
developed to cover the case of mdev-13389: "Optimization for equi-joins of derived tables with window functions".
This commit is contained in:
@ -1411,7 +1411,8 @@ public:
|
||||
bool group_sent;
|
||||
|
||||
bool is_for_splittable_grouping_derived;
|
||||
bool with_two_phase_optimization;
|
||||
bool with_two_phase_optimization;
|
||||
ORDER *partition_list;
|
||||
|
||||
JOIN_TAB *sort_and_group_aggr_tab;
|
||||
|
||||
|
Reference in New Issue
Block a user