From: jonas Date: May 17 2007 6:54am Subject: bk commit into 5.1 tree (jonas:1.2478) BUG#28491 List-Archive: http://lists.mysql.com/commits/26887 X-Bug: 28491 Message-Id: <20070517065435.5B1EA4EDE1@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-05-17 08:54:30+02:00, jonas@stripped +1 -0 ndb - bug#28491 disable "disable expand check" as it does not solve problems anyway storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp@stripped, 2007-05-17 08:54:28+02:00, jonas@stripped +2 -2 disable "disable expand check" as it does not solve problems anyway # 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/51-telco-gca --- 1.83/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2007-05-17 08:54:35 +02:00 +++ 1.84/storage/ndb/src/kernel/blocks/dbacc/DbaccMain.cpp 2007-05-17 08:54:35 +02:00 @@ -5202,9 +5202,9 @@ { jamEntry(); - if(refToBlock(signal->getSendersBlockRef()) == DBLQH){ + if(refToBlock(signal->getSendersBlockRef()) == DBLQH) + { jam(); - reenable_expand_after_redo_log_exection_complete(signal); return; }