mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-7769 MY_CHARSET_INFO refactoring# On branch 10.2
Part 3 (final): removing MY_CHARSET_HANDLER::well_formed_len().
This commit is contained in:
@ -1018,10 +1018,10 @@ String_copier::well_formed_copy(CHARSET_INFO *to_cs,
|
||||
{
|
||||
m_cannot_convert_error_pos= NULL;
|
||||
return to_cs->cset->copy_fix(to_cs, to, to_length, from, from_length,
|
||||
nchars, &m_native_copy_status);
|
||||
nchars, this);
|
||||
}
|
||||
return my_convert_fix(to_cs, to, to_length, from_cs, from, from_length,
|
||||
nchars, this);
|
||||
nchars, this, this);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user