991
991
bool THD::convert_string(String *s, const CHARSET_INFO * const from_cs,
992
992
const CHARSET_INFO * const to_cs)
995
995
if (convert_buffer.copy(s->ptr(), s->length(), from_cs, to_cs, &dummy_errors))
997
997
/* If convert_buffer >> s copying is more efficient long term */