mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Fix trivial typo
This commit is contained in:
parent
85b63c1e67
commit
76071c8fbd
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue