1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

For coding convenuence cs->mbmaxlen is now 1 for 8bit charsets

This commit is contained in:
unknown
2002-11-11 13:10:39 +04:00
parent 446a5b0ad5
commit f4ba3d9058
10 changed files with 34 additions and 33 deletions

View File

@ -610,7 +610,7 @@ CHARSET_INFO my_charset_czech =
my_strnncoll_czech,
my_strnxfrm_czech,
my_like_range_czech,
0, /* mbmaxlen */
1, /* mbmaxlen */
NULL, /* ismbchar */
NULL, /* ismbhead */
NULL, /* mbcharlen */