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