mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-9665 Remove cs->cset->ismbchar()
Using a more powerfull cs->cset->charlen() instead.
This commit is contained in:
parent
dc08ccab42
commit
e09299511e
20 changed files with 83 additions and 188 deletions
|
|
@ -521,7 +521,6 @@ static MY_COLLATION_HANDLER my_collation_binary_handler =
|
|||
static MY_CHARSET_HANDLER my_charset_handler=
|
||||
{
|
||||
NULL, /* init */
|
||||
NULL, /* ismbchar */
|
||||
my_mbcharlen_8bit, /* mbcharlen */
|
||||
my_numchars_8bit,
|
||||
my_charpos_8bit,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue