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
2964e4ab48
commit
762ca8b6f8
11 changed files with 15 additions and 15 deletions
|
|
@ -762,7 +762,7 @@ CHARSET_INFO my_charset_tis620_bin=
|
|||
NULL, /* tab_from_uni */
|
||||
"",
|
||||
"",
|
||||
0, /* strxfrm_multiply */
|
||||
1, /* strxfrm_multiply */
|
||||
1, /* mbmaxlen */
|
||||
0,
|
||||
&my_charset_handler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue