From: jonas Date: April 23 2007 7:01am Subject: bk commit into 5.1 tree (jonas:1.2601) List-Archive: http://lists.mysql.com/commits/25076 Message-Id: <20070423070140.C8F587D94D@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-04-23 09:01:35+02:00, jonas@stripped +1 -0 Merge perch.ndb.mysql.com:/home/jonas/src/51-telco-gca into perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb MERGE: 1.2403.19.23 storage/ndb/test/src/HugoTransactions.cpp@stripped, 2007-04-23 09:01:31+02:00, jonas@stripped +0 -0 Auto merged MERGE: 1.31.1.2 # 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/mysql-5.1-new-ndb/RESYNC --- 1.34/storage/ndb/test/src/HugoTransactions.cpp 2007-04-23 09:01:40 +02:00 +++ 1.35/storage/ndb/test/src/HugoTransactions.cpp 2007-04-23 09:01:40 +02:00 @@ -1146,7 +1146,7 @@ } // PKs - if (equalForRow(pOp, r) != 0) + if (equalForRow(pUpdOp, r) != 0) { closeTransaction(pNdb); return NDBT_FAILED; @@ -1714,7 +1714,7 @@ if(!ordered) { - if (equalForRow(pOp, r+b) != 0) + if (equalForRow(pUpdOp, r+b) != 0) { closeTransaction(pNdb); return NDBT_FAILED;