Bug #37355 | Restoring table with autoincremental PK,PK values -1 and 0: 0 converts to 1 | ||
---|---|---|---|
Submitted: | 11 Jun 2008 20:29 | Modified: | 11 Jun 2008 22:35 |
Reporter: | Brian Braun | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Server: General | Severity: | S1 (Critical) |
Version: | 4.1.14 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[11 Jun 2008 20:29]
Brian Braun
[11 Jun 2008 22:35]
MySQL Verification Team
Thank you for the bug report. Setting to "Won't fix" since the bug is not reproducible on 5.0, and 4.1 is now in the "end of life" state. C:\dbs>5.0\bin\mysql -uroot test Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 Server version: 5.0.62-nt Source distribution Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> source c:/dbs/script.sql Query OK, 0 rows affected (0.01 sec) Query OK, 0 rows affected, 1 warning (0.00 sec) Query OK, 0 rows affected (0.13 sec) Query OK, 1 row affected (0.03 sec) Query OK, 1 row affected (0.05 sec) Query OK, 1 row affected (0.03 sec) Query OK, 1 row affected (0.08 sec) mysql> select id from countries; +----+ | id | +----+ | -1 | | 0 | | 2 | | 3 | +----+ 4 rows in set (0.00 sec) mysql>
[11 Jun 2008 23:01]
Peter Laursen
I posted here: http://bugs.mysql.com/bug.php?id=37356