MDEV-5180 Data type for WEIGHT_STRING is too short in some cases

(a bug in upstream)
This commit is contained in:
Alexander Barkov 2013-10-25 15:01:03 +04:00
commit 71f8ca654e
32 changed files with 3325 additions and 43 deletions

View file

@ -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 */