Re: 4.1.3-5. Bugs alive!

2004-09-24 Thread Egor Egorov
Juri Shimon [EMAIL PROTECTED] wrote: Using 'int not null' make next enum (using cp1251) corrupted in mysqldump output on W2000. Is this a known issue? Spasibo, the bug is posted as http://bugs.mysql.com/bug.php?id=5728 I'm not sure if this is a known issue, but I let the developers

4.1.3-5. Bugs alive!

2004-09-23 Thread Juri Shimon
Hello mysql, Using 'int not null' make next enum (using cp1251) corrupted in mysqldump output on W2000. Is this a known issue? How-to-repeat: --- drop table if exists t1; drop table if exists t2; create table t1 (a int, b enum('','')) DEFAULT CHARACTER SET cp1251; create