Commit d840057e authored by monty@mashka.mysql.fi's avatar monty@mashka.mysql.fi

Fix after last merge

parent e6347704
...@@ -5425,7 +5425,7 @@ make_cond_for_table(COND *cond,table_map tables,table_map used_table) ...@@ -5425,7 +5425,7 @@ make_cond_for_table(COND *cond,table_map tables,table_map used_table)
} }
new_cond->used_tables_cache=((Item_cond_or*) cond)->used_tables_cache; new_cond->used_tables_cache=((Item_cond_or*) cond)->used_tables_cache;
new_cond->top_level_item(); new_cond->top_level_item();
DBUG_RETURN(new_cond); return new_cond;
} }
} }
......
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