mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Problem fix:
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
This commit is contained in:
parent
e5ab70702c
commit
faa8a41b1d
20 changed files with 105 additions and 28 deletions
|
|
@ -8444,6 +8444,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
|
|||
mbcharlen_ujis,
|
||||
my_numchars_mb,
|
||||
my_charpos_mb,
|
||||
my_wellformedlen_mb,
|
||||
my_lengthsp_8bit,
|
||||
my_mb_wc_euc_jp, /* mb_wc */
|
||||
my_wc_mb_euc_jp, /* wc_mb */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue