Commit c2fa5e42 authored by Sergey Petrunia's avatar Sergey Petrunia

Merge MWL#17: Table elimination

parents 680107f1 9427771d
......@@ -2586,7 +2586,7 @@ eliminate_tables_for_join_list(JOIN *join, List<TABLE_LIST> *join_list,
table_map tables_used_outside= used_tables_on_left |
used_tables_on_right[i] |
used_tables_elsewhere;
table_map cur_tables;
table_map cur_tables= 0;
if (tbl->nested_join)
{
......
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