Commit 76071c8f authored by Sergey Petrunya's avatar Sergey Petrunya

Fix trivial typo

parent 85b63c1e
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment