Re: auto-increment and mysqldump

2001-05-31 Thread Jeremy Zawodny
On Wed, May 30, 2001 at 11:33:50PM -0700, Matt Templeton wrote: > > I've read the documentation but can't seem to find a clear answer to > this... > > If I set up a table that has and auto-increment ID table and insert > a number of records that are incremented in sequence. Then I delete, > say t

auto-increment and mysqldump

2001-05-30 Thread Matt Templeton
I've read the documentation but can't seem to find a clear answer to this... If I set up a table that has and auto-increment ID table and insert a number of records that are incremented in sequence. Then I delete, say the 5th and the 8th row and do a full (database creation and data) mysqldump.