diff --git a/sql/field_conv.cc b/sql/field_conv.cc index 625586d8c9b..a447716a818 100644 --- a/sql/field_conv.cc +++ b/sql/field_conv.cc @@ -347,7 +347,7 @@ static void do_cut_string(Copy_field *copy) if (copy_length < copy->to_length) cs->cset->fill(cs, copy->to_ptr + copy_length, - copy->to_length - copy_length, ' '); + copy->to_length - copy_length, ' '); }