MySQL Forums
Forum List  »  InnoDB

Re: Error 1032 Can't find record in ...
Posted by: Horst Pralow
Date: April 18, 2008 03:33AM

Seems like my last reply has made it to /dev/null, so I'll repeat myself!

I tried your suggestion to use READ COMMITTED transaction isolation level but it doesn't help. Error 1032 still occurs, regardless if my INSERT...SELECT uses LOCK IN SHARE MODE or not.

One last thing I'll try is to use real transactions (with START TRANSACTION ... COMMIT) as opposed to Auto-Commit mode the applicatoin is running in currently.

I'll post my results later

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error 1032 Can't find record in ...
1778
April 18, 2008 03:33AM


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.