mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-8646: Re-engineer the code for post-join operations
- Make EXPLAIN code use the post-join operations - Remove Sort_and_group_tracker that was used for that purpose
This commit is contained in:
@ -1484,6 +1484,7 @@ bool Window_func_runner::setup(THD *thd)
|
||||
spec->partition_list->first,
|
||||
spec->order_list->first);
|
||||
filesort= new (thd->mem_root) Filesort(sort_order, HA_POS_ERROR, NULL);
|
||||
filesort->tracker= new Filesort_tracker(thd->lex->analyze_stmt);
|
||||
|
||||
win_func->setup_partition_border_check(thd);
|
||||
|
||||
|
Reference in New Issue
Block a user