Skip to content

Commit 43a506c

Browse files
author
bar@bar.mysql.r18.ru
committedSep 27, 2002
UTF8 now works with up to 3 byte sequences only
1 parent 859fbb3 commit 43a506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎strings/ctype.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3772,7 +3772,7 @@ CHARSET_INFO compiled_charsets[] = {
37723772
my_strnncoll_utf8, /* strnncoll */
37733773
my_strnxfrm_utf8, /* strnxfrm */
37743774
NULL, /* like_range */
3775-
6, /* mbmaxlen */
3775+
3, /* mbmaxlen */
37763776
my_ismbchar_utf8, /* ismbchar */
37773777
my_ismbhead_utf8, /* ismbhead */
37783778
my_mbcharlen_utf8, /* mbcharlen */

0 commit comments

Comments
 (0)