mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Remove JOIN_TAB::used_window_func, it is not used anymore
This commit is contained in:
@ -19137,7 +19137,7 @@ int join_init_read_record(JOIN_TAB *tab)
|
||||
|
||||
if (tab->distinct && tab->remove_duplicates()) // Remove duplicates.
|
||||
return 1;
|
||||
if (tab->filesort && !tab->used_for_window_func && tab->sort_table()) // Sort table.
|
||||
if (tab->filesort && tab->sort_table()) // Sort table.
|
||||
return 1;
|
||||
|
||||
if (tab->select && tab->select->quick && (error= tab->select->quick->reset()))
|
||||
|
Reference in New Issue
Block a user