1
0
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:
bell@sanja.is.com.ua
2004-04-03 17:23:41 +03:00
parent c31f3cf1d2
commit b30c28d85d
3 changed files with 34 additions and 17 deletions

View File

@ -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);