mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-5180 Data type for WEIGHT_STRING is too short in some cases
(a bug in upstream)
This commit is contained in:
parent
a6e28ce5e6
commit
71f8ca654e
32 changed files with 3325 additions and 43 deletions
|
|
@ -691,7 +691,7 @@ static MY_COLLATION_HANDLER my_collation_czech_ci_handler =
|
|||
struct charset_info_st my_charset_cp1250_czech_ci =
|
||||
{
|
||||
34,0,0, /* number */
|
||||
MY_CS_COMPILED|MY_CS_STRNXFRM|MY_CS_CSSORT, /* state */
|
||||
MY_CS_COMPILED|MY_CS_STRNXFRM|MY_CS_CSSORT|MY_CS_STRNXFRM_BAD_NWEIGHTS, /* state */
|
||||
"cp1250", /* cs name */
|
||||
"cp1250_czech_cs", /* name */
|
||||
"", /* comment */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue