Skip to content
Permalink
Browse files
compiler warning
remove unused variable
  • Loading branch information
vuvova committed Jul 12, 2017
1 parent d2e66a6 commit c83d6ff
Showing 1 changed file with 0 additions and 1 deletion.
@@ -5048,7 +5048,6 @@ Item_field::fix_outer_field(THD *thd, Field **from_field, Item **reference)
if (thd->lex->in_sum_func &&
thd->lex->in_sum_func->nest_level >= select->nest_level)
{
Item::Type ref_type= (*reference)->type();
set_if_bigger(thd->lex->in_sum_func->max_arg_level,
select->nest_level);
}

0 comments on commit c83d6ff

Please sign in to comment.