summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorbar@bar.intranet.mysql.r18.ru <>2004-05-07 10:24:12 +0500
committerbar@bar.intranet.mysql.r18.ru <>2004-05-07 10:24:12 +0500
commitdf8e3eac456b14b420f724e658eee175d2ee5e57 (patch)
treed9b15be638d1de3ddd69791369874c17e14e1853 /strings
parent523c2935c90d4fb91ac7cbfb61e85551e281b49f (diff)
downloadmariadb-git-df8e3eac456b14b420f724e658eee175d2ee5e57.tar.gz
ctype-win1250ch.c, ctype-czech.c:
Czech collations were renamed to _cs Index.xml: Czech collation were renamed to _cs
Diffstat (limited to 'strings')
-rw-r--r--strings/ctype-czech.c2
-rw-r--r--strings/ctype-win1250ch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/strings/ctype-czech.c b/strings/ctype-czech.c
index 5094a7c45da..f4350f87153 100644
--- a/strings/ctype-czech.c
+++ b/strings/ctype-czech.c
@@ -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,
diff --git a/strings/ctype-win1250ch.c b/strings/ctype-win1250ch.c
index 8fd4e612713..ed6bb877dc8 100644
--- a/strings/ctype-win1250ch.c
+++ b/strings/ctype-win1250ch.c
@@ -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,