From 1c732a23b83389590355f02adea02c8795b363eb Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 21 Sep 2006 16:49:07 +0200 Subject: Bug #21072 Duplicate key error in NDB references wrong key: use MAX_KEY to signal unknown key --- mysql-test/r/ndb_update.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/r/ndb_update.result') diff --git a/mysql-test/r/ndb_update.result b/mysql-test/r/ndb_update.result index c2247564e65..164d1bd700c 100644 --- a/mysql-test/r/ndb_update.result +++ b/mysql-test/r/ndb_update.result @@ -18,7 +18,7 @@ pk1 b c 2 2 2 4 1 1 UPDATE t1 set pk1 = 1, c = 2 where pk1 = 4; -ERROR 23000: Duplicate entry '1' for key 1 +ERROR 23000: Duplicate entry '' for key 0 select * from t1 order by pk1; pk1 b c 0 0 0 -- cgit v1.2.1