Removed unreferenced local variable
This commit is contained in:
parent
19a4a84dbc
commit
768ab1e47e
@ -2427,7 +2427,6 @@ String* Item_func_export_set::val_str(String* str)
|
||||
|
||||
void Item_func_export_set::fix_length_and_dec()
|
||||
{
|
||||
uint i;
|
||||
uint length=max(args[1]->max_length,args[2]->max_length);
|
||||
uint sep_length=(arg_count > 3 ? args[3]->max_length : 1);
|
||||
max_length=length*64+sep_length*63;
|
||||
|
Loading…
x
Reference in New Issue
Block a user