Commit ce5696e2 authored by unknown's avatar unknown

UTF8 now works with up to 3 byte sequences only

parent b14dc0ee
......@@ -3772,7 +3772,7 @@ CHARSET_INFO compiled_charsets[] = {
my_strnncoll_utf8, /* strnncoll */
my_strnxfrm_utf8, /* strnxfrm */
NULL, /* like_range */
6, /* mbmaxlen */
3, /* mbmaxlen */
my_ismbchar_utf8, /* ismbchar */
my_ismbhead_utf8, /* ismbhead */
my_mbcharlen_utf8, /* mbcharlen */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment