Fix trivial typo

This commit is contained in:
Sergey Petrunya 2009-08-15 16:14:42 +04:00
parent 85b63c1e67
commit 76071c8fbd

View file

@ -841,7 +841,7 @@ collect_funcdeps_for_join_list(Table_elimination *te,
*eliminable_tables);
}
if (eliminable && get_outer_join_dep(te, tbl, cur_map))
if (eliminable && !get_outer_join_dep(te, tbl, cur_map))
return TRUE;
tables_used_on_left |= tbl->on_expr->used_tables();