From: Date: November 30 2006 4:20pm Subject: bk commit into 5.1 tree (mskold:1.2333) BUG#18487 List-Archive: http://lists.mysql.com/commits/16227 X-Bug: 18487 Message-Id: <20061130152009.A941A20267F@linux.site> Below is the list of changes that have just been committed into a local 5.1 repository of marty. When marty 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-11-30 16:19:55+01:00, mskold@stripped +1 -0 bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: updated test result mysql-test/r/ndb_update.result@stripped, 2006-11-30 16:19:43+01:00, mskold@stripped +1 -0 bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: updated test result # 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: mskold # Host: linux.site # Root: /windows/Linux_space/MySQL/mysql-5.1-new-ndb --- 1.17/mysql-test/r/ndb_update.result 2006-11-30 16:20:09 +01:00 +++ 1.18/mysql-test/r/ndb_update.result 2006-11-30 16:20:09 +01:00 @@ -27,6 +27,7 @@ pk1 b c 4 1 1 UPDATE t1 set pk1 = 1, c = 2 where pk1 = 4; ERROR 23000: Duplicate entry '' for key '*UNKNOWN*' +UPDATE IGNORE t1 set pk1 = 1, c = 2 where pk1 = 4; select * from t1 order by pk1; pk1 b c 0 0 0