Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrm

This commit is contained in:
unknown 2003-08-18 17:24:50 +05:00
commit 10ab9f273a
11 changed files with 15 additions and 15 deletions

View file

@ -8477,7 +8477,7 @@ CHARSET_INFO my_charset_ujis_japanese_ci=
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
"","",
0, /* strxfrm_multiply */
1, /* strxfrm_multiply */
3, /* mbmaxlen */
0,
&my_charset_handler,
@ -8499,7 +8499,7 @@ CHARSET_INFO my_charset_ujis_bin=
NULL, /* tab_to_uni */
NULL, /* tab_from_uni */
"","",
0, /* strxfrm_multiply */
1, /* strxfrm_multiply */
3, /* mbmaxlen */
0,
&my_charset_handler,