Bug #30184 | InnoDB: obsolete row visible | ||
---|---|---|---|
Submitted: | 1 Aug 2007 17:48 | Modified: | 17 Aug 2007 17:17 |
Reporter: | Peter Gulutzan | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.1.21-beta-debug | OS: | Linux (SUSE 10 64-bit) |
Assigned to: | Heikki Tuuri | CPU Architecture: | Any |
[1 Aug 2007 17:48]
Peter Gulutzan
[1 Aug 2007 18:51]
MySQL Verification Team
Thank you for the bug report. Verified as described.
[13 Aug 2007 12:23]
Heikki Tuuri
This is a 'consistent read anomaly' that has been reported before. A row not visible in my consistent read can be MADE visible by me if I update that row. I think it is impossible to resolve this in a consistent way. The root of the problem is that InnoDB shows in my consistent read view all rows that I have inserted or modified. I chose this design, because otherwise, users would be even more confused since they would not see the changes they did themselves! Marking this as 'Won't fix'.
[15 Aug 2007 21:50]
Peter Gulutzan
I think that Mr Tuuri refers to an earlier bug report Bug#17228 REPEATABLE READ doesn't work correctly in InnoDB tables? I had forgotten. "Won't fix" is an understandable status.
[17 Aug 2007 17:17]
Heikki Tuuri
This is an documented anomaly. Not a bug.