313
311
const char *to_start= to;
314
312
const char *end, *to_end=to_start + (to_length ? to_length-1 : 2*length);
317
314
bool use_mb_flag= use_mb(charset_info);
319
315
for (end= from + length; from < end; from++)
323
318
if (use_mb_flag && (tmp_length= my_ismbchar(charset_info, from, end)))