mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
for Item_param we have to have value set instead of fave item fixed (BUG#3353)
fixed outer joins test of different joins included
This commit is contained in:
@ -2469,6 +2469,9 @@ int setup_conds(THD *thd,TABLE_LIST *tables,COND **conds)
|
||||
}
|
||||
thd->lex->current_select->cond_count+= cond_and->list.elements;
|
||||
|
||||
// to prevent natural join processing during PS re-execution
|
||||
table->natural_join= 0;
|
||||
|
||||
if (!table->outer_join) // Not left join
|
||||
{
|
||||
*conds= and_conds(*conds, cond_and);
|
||||
|
Reference in New Issue
Block a user