Loading sql/field.cc +2 −1 Original line number Diff line number Diff line Loading @@ -4283,6 +4283,7 @@ int Field_str::store(double nr) use_scientific_notation= TRUE; if (field_length < 32 && fabs(nr) < log_10[field_length]-1) use_scientific_notation= FALSE; length= (uint) my_sprintf(buff, (buff, "%-.*g", (use_scientific_notation ? max(0, (int)field_length-5) : Loading Loading
sql/field.cc +2 −1 Original line number Diff line number Diff line Loading @@ -4283,6 +4283,7 @@ int Field_str::store(double nr) use_scientific_notation= TRUE; if (field_length < 32 && fabs(nr) < log_10[field_length]-1) use_scientific_notation= FALSE; length= (uint) my_sprintf(buff, (buff, "%-.*g", (use_scientific_notation ? max(0, (int)field_length-5) : Loading