100
99
if ((from_cs == &my_charset_bin) || (to_cs == &my_charset_bin))
102
101
// Safety if to_cs->mbmaxlen > 0
104
103
memcpy(pos, str, new_length);
109
108
new_length= copy_and_convert((char*) pos, new_length, to_cs, str,
110
109
arg_length, from_cs, &dummy_errors);