Bug#364703: phpmyadmin: SQL table sructure dump does not include auto_increment

2006-10-12 Thread Thijs Kinkhorst
Hello Viktor, Create a table with the following fields: id INT(11) auto_increment PRIMARY KEY value VARCHAR(200) Create two records. The next auto_increment id value should be: 3 Dump this table (structure and data) using MySQLAdmin. The next auto increment value (3) will not be

Bug#364703: phpmyadmin: SQL table sructure dump does not include auto_increment

2006-06-26 Thread Létező
Note: The Debian bug-reporting system has been dropped my message because too many invalid commands found in it. I'm resending my message and _not_ Cc:-ing it to [EMAIL PROTECTED] now. Sorry if you got it twice. Hi! tag 364703 moreinfo Hi. Could you send me the example for database to

Bug#364703: phpmyadmin: SQL table sructure dump does not include auto_increment

2006-06-25 Thread Piotr Roszatycki
tag 364703 moreinfo thanks Hi. Could you send me the example for database to reproduce the bug, please? Thank you in advance. Dnia wtorek, 25 kwietnia 2006 06:11, Ferenczi Viktor napisał: Package: phpmyadmin Version: 4:2.8.0.2-4 Severity: important When dumping tables from MySQL 4.0

Bug#364703: phpmyadmin: SQL table sructure dump does not include auto_increment

2006-06-25 Thread Létező
Hi! tag 364703 moreinfo Hi. Could you send me the example for database to reproduce the bug, please? Thank you in advance. When dumping tables from MySQL 4.0 databases phpmyadmin does in include the auto_increment modifier for auto increment foreign keys. I've misspelled my original

Bug#364703: phpmyadmin: SQL table sructure dump does not include auto_increment

2006-04-24 Thread Ferenczi Viktor
Package: phpmyadmin Version: 4:2.8.0.2-4 Severity: important When dumping tables from MySQL 4.0 databases phpmyadmin does in include the auto_increment modifier for auto increment foreign keys. This causes hard to debug problems with INSERT statements where 0 is inserted into the primary key