mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
removed unused variable
This commit is contained in:
parent
e8635ad3cb
commit
b3cb846680
1 changed files with 0 additions and 1 deletions
|
@ -13534,7 +13534,6 @@ count_field_types(TMP_TABLE_PARAM *param, List<Item> &fields,
|
|||
param->quick_group=1;
|
||||
while ((field=li++))
|
||||
{
|
||||
Item::Type type=field->type();
|
||||
Item::Type real_type= field->real_item()->type();
|
||||
if (real_type == Item::FIELD_ITEM)
|
||||
param->field_count++;
|
||||
|
|
Loading…
Reference in a new issue