From: jonas Date: August 15 2006 6:47am Subject: bk commit into 5.1 tree (jonas:1.2271) List-Archive: http://lists.mysql.com/commits/10411 Message-Id: <20060815064754.237704BE5CB@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, 2006-08-15 08:47:49+02:00, jonas@stripped +1 -0 ndb - Fix ndb_condition_pushdown (5.0->5.1 merge error) storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp@stripped, 2006-08-15 08:47:47+02:00, jonas@stripped +3 -1 Fix ndb_condition_pushdown # 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-work --- 1.43/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2006-08-15 08:47:54 +02:00 +++ 1.44/storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp 2006-08-15 08:47:54 +02:00 @@ -1677,7 +1677,9 @@ RlogSize= TnoDataRW; } else { jam(); - tupkeyErrorLab(signal); + /** + * TUPKEY REF is sent from within interpreter + */ return -1; } }