Bug #26608 | InnoDB: Assertion failure in thread * in file row0mysql.c line 3228 | ||
---|---|---|---|
Submitted: | 23 Feb 2007 19:55 | Modified: | 24 May 2007 12:13 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.0.36BK, 5.1.16BK, 5.2.4BK | OS: | Linux (suse9.3 x86) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
Tags: | crash, innodb assertion |
[23 Feb 2007 19:55]
Shane Bester
[23 Feb 2007 19:56]
MySQL Verification Team
php/mysqli testcase
Attachment: bug26608.php (application/octet-stream, text), 987 bytes.
[23 Feb 2007 20:22]
MySQL Verification Team
crashed 5.0.32-enterprise release binary also, without the assertion in the error log. In fact, this bug seems serious, as I could no long drop table of my innodb tables, even after restarting the mysqld_safe.
[26 Feb 2007 13:46]
Heikki Tuuri
http://bugs.mysql.com/bug.php?id=26590 is associated with this. Ideally, we should have an infinite number of slots available for active transactions.
[22 May 2007 16:14]
Heikki Tuuri
Sunny should look if there is some easy fix to this (besides creating many rollback segment pages). --Heikki
[24 May 2007 12:13]
Heikki Tuuri
Ok, Sunny told me that the little fix of http://bugs.mysql.com/bug.php?id=18828 will fix also this crash. The fix is already in the pipeline. I am marking this as a duplicate.
[3 Sep 2007 20:08]
James Day
Heikki, the fix for 18828 is for 5.1 only, this affects 5.0 also. Any plans to do something that would help 5.0 customers who already have this problem and can't drop tables without crashing? Fortunately this is rare. I've a report that limiting max_connections seems to help? It seems that today the best they can do is a full dump and reload, or alter table to MyISAM then shut down the server, rename the InnoDB tablespace and log files, restart, alter table back to InnoDB?
[16 Mar 2008 21:29]
MySQL Verification Team
Hi Heikki, You made this bug a duplicate of bug #26590 however bug #26590 is only going to be fixed in 6.x. Is there a way to just fix this crashing in 5.x ??
[18 Mar 2008 4:18]
Sunny Bains
If you are affected by this bug and the problem persists on restart then see Bug#35352 for a possible workaround.