MySQL Forums
Forum List  »  InnoDB

Re: Error 1032 Can't find record in ...
Posted by: Horst Pralow
Date: April 15, 2008 05:55AM

Some intermediate results:

Changing the target table (where I insert into) from type HEAP to type InnoDB reduces the frequency error 1032 occurs by what seems an order of magnitude.
However it does NOT solve the problem. It is still the same only happening less often.
Even when having changed the target table to InnoDB, adding LOCK IN SHARE MODE or leaving it does make no difference. Error 1032 shows up with both variants every few minutes (opposed to sometimes several times in a minute when target was HEAP)

This behaviour IMHO completely contradicts what's stated in the docs (13.2.10.4. Consistent Non-Locking Read).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error 1032 Can't find record in ...
2226
April 15, 2008 05:55AM


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.