summaryrefslogtreecommitdiff
path: root/strings/ctype-sjis.c
diff options
context:
space:
mode:
authorbar@bar.intranet.mysql.r18.ru <>2004-02-06 16:59:25 +0400
committerbar@bar.intranet.mysql.r18.ru <>2004-02-06 16:59:25 +0400
commitd13ad0822e606888737353740612c4ebfc4ab25d (patch)
tree1de54a5d40a817616ee8991ff03ebb355c4f1d18 /strings/ctype-sjis.c
parentd200443bed85b2647da0729904a2e2d9449e16a8 (diff)
downloadmariadb-git-d13ad0822e606888737353740612c4ebfc4ab25d.tar.gz
Problem fix:
http://bugs.mysql.com/bug.php?id=2366 Wrong utf8 behaviour when data is trancated
Diffstat (limited to 'strings/ctype-sjis.c')
-rw-r--r--strings/ctype-sjis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-sjis.c b/strings/ctype-sjis.c
index 42f32fe739b..feff0fff227 100644
--- a/strings/ctype-sjis.c
+++ b/strings/ctype-sjis.c
@@ -4489,6 +4489,7 @@ static MY_CHARSET_HANDLER my_charset_handler=
mbcharlen_sjis,
my_numchars_mb,
my_charpos_mb,
+ my_wellformedlen_mb,
my_lengthsp_8bit,
my_mb_wc_sjis, /* mb_wc */
my_wc_mb_sjis, /* wc_mb */