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

@ -4468,7 +4468,7 @@ my_mb_wc_sjis(CHARSET_INFO *cs __attribute__((unused)),
return 2;
}
CHARSET_INFO my_charset_sjis =
CHARSET_INFO my_charset_sjis_japanese_ci =
{
13,0,0, /* number */
MY_CS_COMPILED|MY_CS_PRIMARY|MY_CS_STRNXFRM, /* state */