1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

ctype-win1250ch.c, ctype-czech.c:

Czech collations were renamed to _cs
Index.xml:
  Czech collation were renamed to _cs


sql/share/charsets/Index.xml:
  Czech collation were renamed to _cs
strings/ctype-czech.c:
  Czech collations were renamed to _cs
strings/ctype-win1250ch.c:
  Czech collations were renamed to _cs
This commit is contained in:
unknown
2004-05-07 10:24:12 +05:00
parent dedea9b66b
commit e3211fbd6a
3 changed files with 4 additions and 4 deletions

View File

@ -587,7 +587,7 @@ CHARSET_INFO my_charset_latin2_czech_ci =
2,0,0, /* number */
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
"latin2", /* cs name */
"latin2_czech_ci", /* name */
"latin2_czech_cs", /* name */
"", /* comment */
ctype_czech,
to_lower_czech,

View File

@ -621,7 +621,7 @@ CHARSET_INFO my_charset_cp1250_czech_ci =
34,0,0, /* number */
MY_CS_COMPILED|MY_CS_STRNXFRM, /* state */
"cp1250", /* cs name */
"cp1250_czech_ci", /* name */
"cp1250_czech_cs", /* name */
"", /* comment */
ctype_win1250ch,
to_lower_win1250ch,