1553
1553
uint32_t max_char_length, const charset_info_st * const cs,
1557
uint32_t res= cs->cset->well_formed_len(cs, str->begin(), str->end(), max_char_length, &well_formed_error);
1557
uint32_t res= cs->cset->well_formed_len(cs, str.begin(), str.end(), max_char_length, &well_formed_error);
1563
my_error(ER_WRONG_STRING_LENGTH, MYF(0), str->data(), err_msg, max_char_length);
1563
my_error(ER_WRONG_STRING_LENGTH, MYF(0), str.data(), err_msg, max_char_length);