From 66883d76ddd7b6ee8c04ab7e75ae7a061c268144 Mon Sep 17 00:00:00 2001 From: "ingo@mysql.com" <> Date: Fri, 10 Feb 2006 22:26:04 +0100 Subject: [PATCH] WL#1563 - Modify MySQL to support fast CREATE/DROP INDEX After merge fix. --- mysql-test/r/ndb_index_unique.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/r/ndb_index_unique.result b/mysql-test/r/ndb_index_unique.result index 2129cf45045..1085d15ec30 100644 --- a/mysql-test/r/ndb_index_unique.result +++ b/mysql-test/r/ndb_index_unique.result @@ -630,7 +630,7 @@ create table t1 (a int primary key, b varchar(1000) not null, unique key (b)) engine=ndb charset=utf8; insert into t1 values (1, repeat(_utf8 0xe288ab6474, 200)); insert into t1 values (2, repeat(_utf8 0xe288ab6474, 200)); -ERROR 23000: Duplicate entry '2' for key 1 +ERROR 23000: Duplicate entry '2' for key 'PRIMARY' select a, sha1(b) from t1; a sha1(b) 1 08f5d02c8b8bc244f275bdfc22c42c5cab0d9d7d