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

@ -9888,7 +9888,7 @@ my_mb_wc_gbk(CHARSET_INFO *cs __attribute__((unused)),
CHARSET_INFO my_charset_gbk =
{
28, /* number */
28,0,0, /* number */
MY_CS_COMPILED|MY_CS_PRIMARY|MY_CS_STRNXFRM, /* state */
"gbk", /* cs name */
"gbk", /* name */