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