mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
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:
parent
98e66d2059
commit
9b92f5858a
17 changed files with 59 additions and 80 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue