Bug #35425 | Row level lock is preventing new rows being inserted in read-uncommitted mode | ||
---|---|---|---|
Submitted: | 19 Mar 2008 7:45 | Modified: | 19 Mar 2008 11:11 |
Reporter: | Rizwan Maredia | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Locking | Severity: | S2 (Serious) |
Version: | 5.1.22 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | read_uncommitted, Row level lock, tx_isolation |
[19 Mar 2008 7:45]
Rizwan Maredia
[19 Mar 2008 8:43]
Valeriy Kravchuk
Thank you for a problem report. Please, send the results of: show variables like 'innodb_locks%';
[19 Mar 2008 10:26]
Rizwan Maredia
The default value of innodb_locks_unsafe_for_binlog is off. When I enable it using option file it allows insertion.
[19 Mar 2008 11:11]
Valeriy Kravchuk
So, I think, this is not a bug. Check http://dev.mysql.com/doc/refman/5.0/en/innodb-parameters.html#option_mysqld_innodb_locks_u....