At 17:16 -0700 on 06/18/2004, Kevin Brock wrote about AUTO_INCREMENT problem... ER_DUP_ENTRY? (No, it's not a one:

We have a table with a primary index which is INT NOT NULL
AUTO_INCREMENT.

After inserting ~87,000,000 entries, we started seeing error 1062,
ER_DUP_ENTRY.

You are wasting half your range by not saying UNSIGNED. Not your problem (I think) but still an error.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to