summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/share/charsets/Index.xml4
-rw-r--r--strings/ctype-czech.c2
-rw-r--r--strings/ctype-win1250ch.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/sql/share/charsets/Index.xml b/sql/share/charsets/Index.xml
index bb4b6bd24af..44eb6f386d4 100644
--- a/sql/share/charsets/Index.xml
+++ b/sql/share/charsets/Index.xml
@@ -36,7 +36,7 @@ To make maintaining easier please:
<alias>iso_8859-2</alias>
<alias>iso_8859-2:1987</alias>
<alias>l2</alias>
- <collation name="latin2_czech_ci" id="2" order="Czech" flag="compiled"/>
+ <collation name="latin2_czech_cs" id="2" order="Czech" flag="compiled"/>
<collation name="latin2_general_ci" id="9" flag="primary">
<order>Hungarian</order>
<order>Polish</order>
@@ -349,7 +349,7 @@ To make maintaining easier please:
<order>Slovenian</order>
<order>Sorbian</order>
</collation>
- <collation name="cp1250_czech_ci" id="34" order="Czech">
+ <collation name="cp1250_czech_cs" id="34" order="Czech">
<flag>compiled</flag>
</collation>
<collation name="cp1250_bin" id="66" order="Binary" flag="binary"/>
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,