Hello.


I think you should read good answers from Paul DuBois and

Egor Egorov at:

  http://lists.mysql.com/mysql/169769

  http://lists.mysql.com/mysql/169821



In which they've  described behavior of mysqldump when it dumps columns with 

AUTO_INCREMENT attribute.

  

Stuart Felenstein <[EMAIL PROTECTED]> wrote:

> While what I'm working on is only a test database, I'd

> like to see what I can preserve.

> I used a data dumping program to create records in my

> database.  However I'm not sure how I messed up , but

> here is the problem.

> 

> I have 1016 records in a particular table.  The first

> column is a Primary ID Int set to auto-inc.  Now if I

> dump out all he records I can see 1 through 1016. 

> None others , sorted it follows through numerically.

> 

> However it seems that the records are showing up with

> the Primary ID going up to 9000.  If I do a simple

> select * from table where primaryID = 8585 , a record

> is returned.  Yet just looking at all the records,

> nothing exceeds the 1016.

> 

> Strange phenomena I guess? Not sure if it's fixable

> but wanted to throw it out to the list and see at

> least if I can understand it better.

> 

> Thank you,

> Stuart

> 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




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

Reply via email to