1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MWL#90: Address review feedback part #16

This commit is contained in:
Sergey Petrunya
2011-03-29 14:33:59 +04:00
parent c5c48f1cbd
commit dc937fb53b
3 changed files with 20 additions and 21 deletions

View File

@@ -8188,7 +8188,7 @@ int setup_conds(THD *thd, TABLE_LIST *tables, TABLE_LIST *leaves,
goto err_no_arena;
}
thd->thd_marker.emb_on_expr_nest= (TABLE_LIST*)1;
thd->thd_marker.emb_on_expr_nest= NO_JOIN_NEST;
if (*conds)
{
thd->where="where clause";