MySQL Forums
Forum List  »  InnoDB

Re: auto_increment and binary logging
Posted by: Rick James
Date: December 19, 2008 12:43AM

Lots of simultaneous inserts can fight with each other. They will sometimes (for some types of insert) cause deadlocks, with one of the transactions being rolled back. (Lesson: Always check return codes.)

We always have replication on, but see no issue like what you are describing. If there is table level locking (which I doubt), it is so fast as to be a non-issue.

Options: ReplyQuote


Subject
Views
Written By
Posted
2828
November 11, 2008 08:46AM
Re: auto_increment and binary logging
1725
December 19, 2008 12:43AM


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.