mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
Many files:
PRIMARY flag for built-in charsets
This commit is contained in:
parent
12a05a357a
commit
40c61f5763
10 changed files with 11 additions and 11 deletions
|
|
@ -6218,7 +6218,7 @@ my_mb_wc_big5(CHARSET_INFO *cs __attribute__((unused)),
|
|||
CHARSET_INFO my_charset_big5 =
|
||||
{
|
||||
1, /* number */
|
||||
MY_CS_COMPILED, /* state */
|
||||
MY_CS_COMPILED|MY_CS_PRIMARY, /* state */
|
||||
"big5", /* cs name */
|
||||
"big5", /* name */
|
||||
"", /* comment */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue