Commit d3b96b3a authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

after merge fix

parent 7e48a0f6
......@@ -651,7 +651,8 @@ Item_in_subselect::single_value_transformer(JOIN *join,
select_lex->item_list.empty();
select_lex->item_list.push_back(item);
if (item->fix_fields(thd, join->tables_list, )select_lex->item_list.head_ref())
if (item->fix_fields(thd, join->tables_list,
select_lex->item_list.head_ref()))
goto err;
subs= new Item_singlerow_subselect(select_lex);
......
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