Bug #56060 | InnoDB repeatable read anomaly should be documented | ||
---|---|---|---|
Submitted: | 17 Aug 2010 18:59 | Modified: | 10 May 2012 23:15 |
Reporter: | Andrew Hutchings | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | OS: | Any | |
Assigned to: | John Russell | CPU Architecture: | Any |
[17 Aug 2010 18:59]
Andrew Hutchings
[10 May 2012 23:15]
John Russell
Adding this note: The snapshot of the database state applies to SELECT statements within a transaction, not necessarily to DML statements. If you insert or modify some rows and then commit that transaction, a DELETE or UPDATE statement issued from another concurrent REPEATABLE READ transaction could affect those just-committed rows, even though the session could not query them. to this page, and the equivalents for 5.1 and 5.6: http://dev.mysql.com/doc/refman/5.5/en/innodb-consistent-read.html Will look for other opportunities to cross-reference, e.g. under DELETE and UPDATE syntax.