mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +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
|
|
@ -347,6 +347,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
|
|||
my_mbcharlen_8bit, /* mbcharlen */
|
||||
my_numchars_8bit,
|
||||
my_charpos_8bit,
|
||||
my_wellformedlen_8bit,
|
||||
my_lengthsp_8bit,
|
||||
my_mb_wc_bin,
|
||||
my_wc_mb_bin,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue