Variables were rename, binary collation names were added

Fixed that SHOW CHARACTER SET displayed non-dynamic charsets even if they were not really compiled
This commit is contained in:
unknown 2003-05-22 17:20:19 +05:00
commit 9b92f5858a
17 changed files with 59 additions and 80 deletions

View file

@ -6226,7 +6226,7 @@ my_mb_wc_big5(CHARSET_INFO *cs __attribute__((unused)),
return 2;
}
CHARSET_INFO my_charset_big5 =
CHARSET_INFO my_charset_big5_chinese_ci =
{
1,0,0, /* number */
MY_CS_COMPILED|MY_CS_PRIMARY|MY_CS_STRNXFRM, /* state */