Re: Error 1032 Can't find record in ...
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).
Subject
Views
Written By
Posted
5215
April 14, 2008 09:13AM
2555
April 14, 2008 08:10PM
2328
April 15, 2008 02:58AM
Re: Error 1032 Can't find record in ...
2334
April 15, 2008 05:55AM
1788
April 15, 2008 09:45AM
1880
April 18, 2008 03:33AM
2062
April 18, 2008 04:37AM
1923
April 18, 2008 06:01AM
1935
April 18, 2008 07:29AM
2056
April 21, 2008 08:08AM
1947
April 21, 2008 07:24PM
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.