1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Some changes to separate charset and collation terms

This commit is contained in:
bar@bar.mysql.r18.ru
2003-01-04 14:12:20 +04:00
parent 259b79beac
commit a172e5ad2a
17 changed files with 76 additions and 10 deletions

View File

@ -1959,6 +1959,7 @@ CHARSET_INFO my_charset_utf8 =
{
33, /* number */
MY_CS_COMPILED, /* state */
"utf8", /* cs name */
"utf8", /* name */
"", /* comment */
ctype_utf8, /* ctype */
@ -3025,6 +3026,7 @@ CHARSET_INFO my_charset_ucs2 =
{
35, /* number */
MY_CS_COMPILED, /* state */
"ucs2", /* cs name */
"ucs2", /* name */
"", /* comment */
ctype_ucs2, /* ctype */