Bug #44959 | InnoDB: Assertion failure in thread xxxx in file .\btr\btr0pcur.c line 217 | ||
---|---|---|---|
Submitted: | 19 May 2009 18:39 | Modified: | 19 May 2009 21:36 |
Reporter: | Craig Barton | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.1 | OS: | Windows (Server 2003 R2 Standard Edition Service Pack 2) |
Assigned to: | CPU Architecture: | Any |
[19 May 2009 18:39]
Craig Barton
[19 May 2009 18:55]
MySQL Verification Team
Thank you for the bug report. Which exactly server version are you using 5.1.XX and could you provide a dump file with the tables involved (create table and insert statements)?. Thanks in advance.
[19 May 2009 19:01]
Craig Barton
MySQL Version: "MySQL 5.1.32-community-log via TCP/IP"
[19 May 2009 19:14]
MySQL Verification Team
Thank you for the feedback. Version 32-bit or 64-bit?. Also how I asked you can you provide a dump file plus the my.ini file. See in your host_name.err file (data directory) if a call stack was printed and paste here. Thanks in advance.
[19 May 2009 19:31]
Craig Barton
my.ini
Attachment: my.ini (application/octet-stream, text), 9.32 KiB.
[19 May 2009 19:32]
Craig Barton
The version of Windows running on this server is 32 bit.
[19 May 2009 19:35]
Craig Barton
Error Log
Attachment: BugReport44959_MySQLLog.txt (text/plain), 14.37 KiB.
[19 May 2009 19:53]
Craig Barton
DDL to Create the "tblAppUserTableAccess" table
Attachment: TableStructure_TblAppUserTableAccess.txt (text/plain), 2.83 KiB.
[19 May 2009 19:54]
Craig Barton
DDL to Create the "tblSessionWork02" table
Attachment: TableStructure_TblSessionWork02.txt (text/plain), 5.47 KiB.
[19 May 2009 20:07]
MySQL Verification Team
Thank you for the feedback. Duplicate of bug: http://bugs.mysql.com/bug.php?id=39320. Please wait for the release of 5.1.35. Thanks in advance.
[19 May 2009 20:33]
Craig Barton
Many thanks for researching that Miguel. Craig
[19 May 2009 21:36]
Craig Barton
After reading the comments associated with duplicate bug# 39320, I had thought that setting innodb_locks_unsafe_for_binlog=1 in my.ini file and then restarting my server would have prevented this error, however the error still occurs. Is there another workaround that you know of?
[20 May 2009 9:43]
MySQL Verification Team
Craig: you should use repeatable read isolation level for all transactions. read committed can cause a crash too.... http://dev.mysql.com/doc/refman/5.1/en/set-transaction.html