mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 19:25:32 +02:00
compiler warning
remove unused variable
This commit is contained in:
parent
d2e66a6f19
commit
c83d6ff881
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue