From e576bf7fa37d6bfce883e3ffae8acd66481d6669 Mon Sep 17 00:00:00 2001 From: "mskold/marty@mysql.com/linux.site" <> Date: Thu, 30 Nov 2006 16:19:55 +0100 Subject: [PATCH] bug#18487 UPDATE IGNORE not supported for unique constraint violation of non-primary key: updated test result --- mysql-test/r/ndb_update.result | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/r/ndb_update.result b/mysql-test/r/ndb_update.result index 1efc41c4ea..919b8c44a4 100644 --- a/mysql-test/r/ndb_update.result +++ b/mysql-test/r/ndb_update.result @@ -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 -- 2.30.9