Bug #32790 | crash in trigger.test with InnoDB for a table | ||
---|---|---|---|
Submitted: | 27 Nov 2007 20:17 | Modified: | 15 Apr 2008 1:24 |
Reporter: | Matthias Leich | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Stored Routines | Severity: | S1 (Critical) |
Version: | 5.0, 5.1, 6.0 | OS: | Any |
Assigned to: | Andrei Elkin | CPU Architecture: | Any |
[27 Nov 2007 20:17]
Matthias Leich
[27 Nov 2007 20:23]
Matthias Leich
Simplified testcase
Attachment: ml_trigger.test (application/octet-stream, text), 1.02 KiB.
[27 Nov 2007 20:25]
Matthias Leich
stacktrace
Attachment: stacktrace (application/octet-stream, text), 3.39 KiB.
[28 Nov 2007 9:55]
Andrei Elkin
Taking to myself as symptoms are similar to earlier reported Bug #31472 multi_update crashes at assert about trans_safe.
[4 Feb 2008 14:36]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/41649 ChangeSet@1.2568, 2008-02-04 16:35:41+02:00, aelkin@koti.dsl.inet.fi +1 -0 Bug #32790 crash in trigger.test with InnoDB for a table the reason for the failure were incorrect asserts. Removing asserts altogether as there is no the implication does not hold (as explained in the comments for the file).
[12 Feb 2008 10:43]
Andrei Elkin
Pushed to 5.1-rpl.
[12 Feb 2008 10:49]
Andrei Elkin
Correction. Pushed to 5.0-rpl.
[25 Mar 2008 11:22]
Bugs System
Pushed into 5.0.60
[25 Mar 2008 11:23]
Bugs System
Pushed into 5.1.24-rc
[26 Mar 2008 19:00]
Bugs System
Pushed into 6.0.5-alpha
[31 Mar 2008 19:49]
Jon Stephens
Pushed into 5.1.23-ndb-6.3.11.
[15 Apr 2008 1:24]
Paul DuBois
Noted in 5.0.60, 5.1.24, 6.0.5 changelogs. Incorrect assertions could cause a server crash for DELETE triggers for transactional tables.