Package: mysql-server-5.0
Version: 5.0.30-3

Hello, 

I have a problem with mysql-server-5.0.  For more detail :

http://bugs.mysql.com/bug.php?id=24660



The enum fields that contain commas in their VALUES definition, i.e.:

     `FieldName` enum('E','F','E,F','F,E') NOT NULL DEFAULT'E',

are now saved as:

     enum('E','F','EÿF','FÿE')

and it creates problem with applications linked to this field definition.

I dropped and recreated the Table: same thing.


Thank you 

I am using Debian :

$ uname -a 

Linux mjtdbs2 2.6.8-2-mckinley-smp #1 SMP Wed Aug 17 17:42:30 UTC 2005 ia64 
GNU/Linux

Reply via email to