mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -1452,6 +1452,8 @@ bool pushdown_cond_for_derived(THD *thd, Item *cond, TABLE_LIST *derived)
|
||||
for (; sl; sl= sl->next_select())
|
||||
{
|
||||
Item *extracted_cond_copy;
|
||||
if (!sl->cond_pushdown_is_allowed())
|
||||
continue;
|
||||
/*
|
||||
For each select of the unit except the last one
|
||||
create a clone of extracted_cond
|
||||
|
Reference in New Issue
Block a user