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
|
|
@ -8430,7 +8430,7 @@ my_wc_mb_euc_jp(CHARSET_INFO *c,my_wc_t wc, unsigned char *s, unsigned char *e)
|
|||
CHARSET_INFO my_charset_ujis =
|
||||
{
|
||||
12, /* number */
|
||||
MY_CS_COMPILED, /* state */
|
||||
MY_CS_COMPILED|MY_CS_PRIMARY, /* state */
|
||||
"ujis", /* cs name */
|
||||
"ujis", /* name */
|
||||
"", /* comment */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue