summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorunknown <bar@bar.intranet.mysql.r18.ru>2004-05-07 10:24:12 +0500
committerunknown <bar@bar.intranet.mysql.r18.ru>2004-05-07 10:24:12 +0500
commite3211fbd6a59c3dc6a97066c97ab86bfc67d382f (patch)
treed9b15be638d1de3ddd69791369874c17e14e1853 /strings
parentdedea9b66b3cfcc4d9fa1b89fdfb30e582f5fff8 (diff)
downloadmariadb-git-e3211fbd6a59c3dc6a97066c97ab86bfc67d382f.tar.gz
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
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,