Search the MySQL manual:

7.5 InnoDB Tables

Subsections

User Comments

Posted by suddy chang on Thursday March 27 2003, @3:54am[Delete] [Edit]

I found some thing wrong about auto_increment type
when I use innodb.
I created an auto_increment id in a table .
I did as follows
1.add some data,It was
id,name
===================
1,case
2,bug
3,dog
===================
I delete '3' before restart the database server
and then I restart it.
Continue add the data 'pig'

now id is 3 ,but this issue does not appear in myISAM type
Table
suddy_chang@263.net



Add your own comment.