diff options
author | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-05-07 10:24:12 +0500 |
---|---|---|
committer | unknown <bar@bar.intranet.mysql.r18.ru> | 2004-05-07 10:24:12 +0500 |
commit | e3211fbd6a59c3dc6a97066c97ab86bfc67d382f (patch) | |
tree | d9b15be638d1de3ddd69791369874c17e14e1853 /strings | |
parent | dedea9b66b3cfcc4d9fa1b89fdfb30e582f5fff8 (diff) | |
download | mariadb-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.c | 2 | ||||
-rw-r--r-- | strings/ctype-win1250ch.c | 2 |
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, |