New fields in CHARSET_INFO structure to optimize searching for

binary and primary collations in the future
This commit is contained in:
unknown 2003-03-05 16:43:10 +04:00
commit a6597812a8
18 changed files with 116 additions and 56 deletions

View file

@ -642,7 +642,7 @@ static my_bool my_like_range_win1250ch(CHARSET_INFO *cs __attribute__((unused)),
CHARSET_INFO my_charset_win1250ch =
{
34, /* number */
34,0,0, /* number */
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
"cp1250", /* cs name */
"cp1250_czech", /* name */