From: jonas Date: March 20 2007 1:51pm Subject: bk commit into 5.1 tree (jonas:1.2125) BUG#26515 List-Archive: http://lists.mysql.com/commits/22345 X-Bug: 26515 Message-Id: <20070320135111.C9D8382D7A@perch.ndb.mysql.com> Below is the list of changes that have just been committed into a local 5.1 repository of jonas. When jonas does a push these changes will be propagated to the main repository and, within 24 hours after the push, to the public repository. For information on how to access the public repository see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html ChangeSet@stripped, 2007-03-20 14:51:08+01:00, jonas@stripped +1 -0 ndb - bug#26515 (wl2325-5.0) make sure logPartPtr is correctly initialized storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp@stripped, 2007-03-20 14:51:07+01:00, jonas@stripped +4 -0 make sure logPartPtr is correctly initialized # This is a BitKeeper patch. What follows are the unified diffs for the # set of deltas contained in the patch. The rest of the patch, the part # that BitKeeper cares about, is below these diffs. # User: jonas # Host: perch.ndb.mysql.com # Root: /home/jonas/src/drop5 --- 1.93/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2007-03-20 14:51:11 +01:00 +++ 1.94/storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp 2007-03-20 14:51:11 +01:00 @@ -11896,6 +11896,10 @@ // Set the prev file to check if we shall close it. logFilePtr.i = logFilePtr.p->prevLogFile; ptrCheckGuard(logFilePtr, clogFileFileSize, logFileRecord); + + logPartPtr.i = logFilePtr.p->logPartRec; + ptrCheckGuard(logPartPtr, clogPartFileSize, logPartRecord); + exitFromInvalidate(signal); return; case LogFileRecord::CLOSING_INIT: