MySQL Forums
Forum List  »  InnoDB

Re: InnoDB table w/ auto-increment, unsigned >0
Posted by: Heikki Tuuri
Date: January 31, 2005 11:26AM

Bob,

normally, MySQL starts the values from 1. If you try to insert 0 or NULL, MySQL assigns the value, and that value is >= 1.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: InnoDB table w/ auto-increment, unsigned >0
2730
January 31, 2005 11:26AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.