Bug #48306 | InnoDB: Error: unlock row could not find a 4 mode lock on the record | ||
---|---|---|---|
Submitted: | 26 Oct 2009 12:10 | Modified: | 26 Oct 2009 16:20 |
Reporter: | Kim Carlsen | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.1.39, 5.1.40 | OS: | Any (MacOS + Freebsd) |
Assigned to: | CPU Architecture: | Any | |
Tags: | locks innodb error function |
[26 Oct 2009 12:10]
Kim Carlsen
[26 Oct 2009 13:21]
Valeriy Kravchuk
For some reason I can not repeat this with recent 5.1.41 from bzr on Mac OS X. Please, check if this problem is repeatable with 5.1.40.
[26 Oct 2009 14:20]
Kim Carlsen
Hi, I just tried to install mysql 5.1.40 on a mac % uname -a Darwin mac0005 10.0.0 Darwin Kernel Version 10.0.0: Fri Jul 31 22:47:34 PDT 2009; root:xnu-1456.1.25~1/RELEASE_I386 i386 /opt/local/bin/mysql5 --version mysql5 Ver 14.14 Distrib 5.1.40, for apple-darwin10.0.0 (i386) using readline 6.0 It also reports, when above is run. 091026 15:10:57 InnoDB: Error: unlock row could not find a 4 mode lock on the record Did you remember to set isolation-level?
[26 Oct 2009 14:49]
MySQL Verification Team
I was able to repeat on Windows Vista 64-bit: c:\dbs>c:\dbs\5.1\bin\mysqld --defaults-file=c:\dbs\5.1\my.ini --standalone --console 091026 12:47:24 [Note] Plugin 'FEDERATED' is disabled. 091026 12:47:25 InnoDB: Started; log sequence number 0 44233 091026 12:47:25 [Note] Event Scheduler: Loaded 0 events 091026 12:47:25 [Note] c:\dbs\5.1\bin\mysqld: ready for connections. Version: '5.1.41-Win X64-debug-log' socket: '' port: 3510 Source distribution 091026 12:48:46 InnoDB: Error: unlock row could not find a 4 mode lock on the record
[26 Oct 2009 14:51]
MySQL Verification Team
Verified as described.
[26 Oct 2009 16:20]
MySQL Verification Team
Duplicate of http://bugs.mysql.com/bug.php?id=41756.
[31 Oct 2009 11:34]
Konstantin Osipov
While working on Bug#41756 I was unable to reproduce warnings in the error log using the test case from this bug report.