mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Fix strnxfrm_multiplye from 0 to 1 for charsets that do not use strnxfrm
This commit is contained in:
parent
95728904c9
commit
10ab9f273a
11 changed files with 15 additions and 15 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue