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