Bug #26515 | Incorrect pointer after FSCLOSECONF in REDO invalidation | ||
---|---|---|---|
Submitted: | 21 Feb 2007 4:17 | Modified: | 14 Mar 2007 5:48 |
Reporter: | Jonas Oreland | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster (NDB) storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1,5.0,5.1 | OS: | |
Assigned to: | Jonas Oreland | CPU Architecture: | Any |
[21 Feb 2007 4:17]
Jonas Oreland
[21 Feb 2007 17:01]
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/20288 ChangeSet@1.2292, 2007-02-21 18:00:12+01:00, jonas@perch.ndb.mysql.com +1 -0 ndb - bug#26515 make sure logPartPtr is correctly initialized
[21 Feb 2007 18:18]
Jonas Oreland
pushed to 5.0-ndb 5.1-ndb, telco-6.1, 5.1-telco 4.1 wont fix
[13 Mar 2007 14:12]
Jonas Oreland
FSCLOSECONF is a signal...that is used all the time... but this was during accessing REDO log...during sr/nr which could cause really unpredictable errors... but they shuold be _very_ rare...(cause we havent found it before) this could be bug http://bugs.mysql.com/bug.php?id=21863 but it's really impossible to tell... (since info on that is too little...) /Jonas
[14 Mar 2007 5:48]
Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release. If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at http://dev.mysql.com/doc/en/installing-source.html Documented bugfix in 5.0.38, 5.1.17, and 5.1.15-ndb-6.1.3 changelogs.
[20 Mar 2007 13:51]
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/22345 ChangeSet@1.2125, 2007-03-20 14:51:08+01:00, jonas@perch.ndb.mysql.com +1 -0 ndb - bug#26515 (wl2325-5.0) make sure logPartPtr is correctly initialized