| Bug #38697 | utf8_general_cs cannot be used with Windows? | ||
|---|---|---|---|
| Submitted: | 10 Aug 2008 12:53 | Modified: | 3 Oct 20:54 |
| Reporter: | kenichi yonekawa | ||
| Status: | No Feedback | ||
| Category: | Server: Compiling | Severity: | S3 (Non-critical) |
| Version: | 5.1.25, 5.1.26, 5.1.31 | OS: | Microsoft Windows |
| Assigned to: | Timothy Smith | Target Version: | 5.1+ |
| Tags: | Contribution, windows, collation | ||
| Triage: | Triaged: D3 (Medium) | ||
[10 Aug 2008 12:53]
kenichi yonekawa
[10 Aug 2008 19:14]
Valeriy Kravchuk
Thank you for a problem report. Verified just as descibed with 5.1.26-rc:
C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -uroot -proot -P3310 test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.1.26-rc-community MySQL Community Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> drop table t;
Query OK, 0 rows affected (0.20 sec)
mysql> CREATE TABLE t( a int, b varchar(10) )ENGINE=INNODB DEFAULT CHARSET=utf8
-> COLLATE=utf8_general_cs;
ERROR 1273 (HY000): Unknown collation: 'utf8_general_cs'
[3 Feb 18:41]
Valeriy Kravchuk
This collation is still not present in official binaries.
[17 Jun 23:09]
Liz Drachnik
HI Kenichi In order for us to continue the process of reviewing your contribution to MySQL - Please review and sign the Sun|MySQL contributor agreement (the "SCA") The process is explained here: http://forge.mysql.com/wiki/Sun_Contributor_Agreement Thank you in advance! Liz Drachnik Program Manager - MySQL
[4 Oct 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
