Bug #4958 Slovak collation is missing
Submitted: 9 Aug 2004 15:41 Modified: 11 Aug 2004 15:11
Reporter: Peter Gulutzan Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.4-beta-debug OS:Linux (SuSE 8.2)
Assigned to: Alexander Barkov CPU Architecture:Any

[9 Aug 2004 15:41] Peter Gulutzan
Description:
The MySQL Reference Manual, section 11.11.1 Unicode Character Sets, 
 "http://dev.mysql.com/doc/mysql/en/Charset-Unicode-sets.html 
mentions these two collations: 
ucs2_slovak_ci 
utf8_slovak_ci 
But I cannot specify those collations in a COLLATE clause. 
 

How to repeat:
mysql> create table t101 (s1 char character set ucs2 collate ucs2_czech_ci); 
Query OK, 0 rows affected (0.28 sec) 
 
mysql> create table t102 (s1 char character set ucs2 collate ucs2_slovak_ci); 
ERROR 1273 (HY000): Unknown collation: 'ucs2_slovak_ci'
[11 Aug 2004 1:34] Hartmut Holzgraefe
It even shows up in SHOW COLLATION but still can't be used ...?
[11 Aug 2004 15:11] Alexander Barkov
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html