1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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

@ -162,7 +162,7 @@ static CHARSET_INFO my_charset_bin_st =
my_strnncoll_binary, /* strnncoll */
NULL, /* strxnfrm */
NULL, /* like_rabge */
0, /* mbmaxlen */
1, /* mbmaxlen */
NULL, /* ismbchar */
NULL, /* ismbhead */
NULL, /* mbcharlen */