Bug #1129 Problem with Umlauts in comments
Submitted: 25 Aug 2003 2:35 Modified: 16 Sep 2003 0:17
Reporter: Georg Richter Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.1 OS:Linux (Linux)
Assigned to: Alexander Barkov CPU Architecture:Any

[25 Aug 2003 2:35] Georg Richter
Description:
there is a problem with special chars like umlauts in comments 

How to repeat:
Client characterset:    latin1_swedish_ci 
Server characterset:    latin1_swedish_ci 
 
mysql> create table test (äumlaut varchar(10) comment 'äumlaut bug?!'); 
Query OK, 0 rows affected (0.00 sec) 
 
mysql> show create table test; 
+-------+-----------------------------------------------------------------------------------------------------------------+ 
| Table | Create Table                                                                                                    | 
+-------+-----------------------------------------------------------------------------------------------------------------+ 
| test  | CREATE TABLE `test` ( 
  `äumlaut` varchar(10) default NULL COMMENT '?umlaut bug?!' 
) TYPE=MyISAM CHARSET=latin1 | 
+-------+-----------------------------------------------------------------------------------------------------------------+ 
1 row in set (0.00 sec)
[16 Sep 2003 0:17] 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