Bug #54901 | assert during recovery when binlog enabled | ||
---|---|---|---|
Submitted: | 29 Jun 2010 18:37 | Modified: | 26 Oct 2010 23:19 |
Reporter: | Inaam Rana | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | mysql-trunk-innodb r3125 | OS: | Any |
Assigned to: | Sunny Bains | CPU Architecture: | Any |
[29 Jun 2010 18:37]
Inaam Rana
[8 Jul 2010 5:56]
Sunny Bains
Inaam, I can't reproduce this bug on my desktop. Can you post your my.cnf file here ? Regards, -sunny
[14 Jul 2010 1:32]
Sunny Bains
I can't reproduce this bug.
[14 Jul 2010 17:19]
Omer Barnir
From a discussion with Davi on #engineering - is not a compiler bug... [09:51] ... <davi> omer, have they read the description for the pure attribute? that is bound to not work. it's not a gcc bug. ... [09:56] davi: thanks - not sure what they have done - will add it to the bug [09:58] <davi> omer, the pure attribute should be use only when the function has no effect other than the return value. if there is a output value in one of the function parameters, it's the return value is no the only effect. [09:59] "it's the return value is no the only effect" -> "the return value is not the only effect" <omer> davi: I see - thanks for the explanation
[4 Aug 2010 9:00]
Bugs System
Pushed into mysql-trunk 5.6.1-m4 (revid:alik@ibmvm-20100804081533-c1d3rbipo9e8rt1s) (version source revid:alik@sun.com-20100731075120-qz9z8c25zum2wgmm) (merge vers: 5.6.99-m4) (pib:20)
[4 Aug 2010 9:05]
Bugs System
Pushed into mysql-next-mr (revid:alik@ibmvm-20100804081630-ntapn8bf9pko9vj3) (version source revid:alik@sun.com-20100731075120-qz9z8c25zum2wgmm) (pib:20)
[26 Oct 2010 23:19]
John Russell
Was added to change log some time ago, but I forgot to close the bug: With binary logging enabled, InnoDB could halt during crash recovery with a message referring to a transaction ID of 0.