From: Date: April 25 2005 8:35am Subject: bk commit into 4.1 tree (joreland:1.2205) BUG#9924 List-Archive: http://lists.mysql.com/internals/24269 X-Bug: 9924 Message-Id: <20050425063523.A82F44A730@eel.hemma.oreland.se.ndb.mysql.com> Below is the list of changes that have just been committed into a local 4.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 1.2205 05/04/25 08:35:18 joreland@stripped +1 -0 bug#9924 - ndb backup remove incorrect assertion ndb/src/kernel/blocks/backup/Backup.cpp 1.16 05/04/25 08:35:15 joreland@stripped +0 -4 bug#9924 - ndb backup remove incorrect assertion # 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: joreland # Host: eel.hemma.oreland.se.ndb.mysql.com # Root: /home/jonas/src/mysql-4.1 --- 1.15/ndb/src/kernel/blocks/backup/Backup.cpp Sun Apr 24 20:34:39 2005 +++ 1.16/ndb/src/kernel/blocks/backup/Backup.cpp Mon Apr 25 08:35:15 2005 @@ -665,10 +665,6 @@ NodeId newCoord, Uint32 theFailedNodes[NodeBitmask::Size]) { - ndbrequire( ptr.p->nodes.get(newCoord)); /* just to make sure newCoord - * is part of the backup - */ - NdbNodeBitmask mask; mask.assign(2, theFailedNodes);