mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +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
|
|
@ -180,6 +180,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
|
|||
my_mbcharlen_8bit,
|
||||
my_numchars_8bit,
|
||||
my_charpos_8bit,
|
||||
my_wellformedlen_8bit,
|
||||
my_lengthsp_8bit,
|
||||
my_mb_wc_latin1,
|
||||
my_wc_mb_latin1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue