Bug #19104 | Getting an error inserting primary key with isolation level serializable. | ||
---|---|---|---|
Submitted: | 14 Apr 2006 17:36 | Modified: | 14 Apr 2006 19:24 |
Reporter: | Sergei Rogovskiy | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 5.0.15 | OS: | MacOS (Mac OS X) |
Assigned to: | CPU Architecture: | Any |
[14 Apr 2006 17:36]
Sergei Rogovskiy
[14 Apr 2006 18:21]
Valeriy Kravchuk
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.mysql.com/documentation/ and the instructions on how to report a bug at http://bugs.mysql.com/how-to-report.php Additional info: Please, read the manual: http://dev.mysql.com/doc/refman/5.0/en/innodb-locks-set.html http://dev.mysql.com/doc/refman/5.0/en/innodb-deadlock-detection.html http://dev.mysql.com/doc/refman/5.0/en/innodb-deadlocks.html I hope, it will explain you the behaviour you reported.
[14 Apr 2006 19:24]
Sergei Rogovskiy
What is the point of using SERIALIZABLE isolation level if it fails pretty frequently? I can do retry on fallback with READ UNCOMMITTED as well. Is there any difference ? Thanks.