summaryrefslogtreecommitdiff
path: root/mysql-test/r/ndb_charset.result
diff options
context:
space:
mode:
authorunknown <mskold/marty@mysql.com/linux.site>2006-10-16 11:54:54 +0200
committerunknown <mskold/marty@mysql.com/linux.site>2006-10-16 11:54:54 +0200
commit63814890d1126e042ddf2cccb88fe07a1331d997 (patch)
treec2c94b623c4300c3378f8fe26ee15e1c9bcec30b /mysql-test/r/ndb_charset.result
parent8a88e57c28c4020982fa5b2d9a03fd17149cbe3b (diff)
downloadmariadb-git-63814890d1126e042ddf2cccb88fe07a1331d997.tar.gz
Bug #21072 Duplicate key error in NDB references wrong key: re-generated test results
Diffstat (limited to 'mysql-test/r/ndb_charset.result')
-rw-r--r--mysql-test/r/ndb_charset.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/ndb_charset.result b/mysql-test/r/ndb_charset.result
index ff9ce7ee1a4..9e519c39496 100644
--- a/mysql-test/r/ndb_charset.result
+++ b/mysql-test/r/ndb_charset.result
@@ -138,9 +138,9 @@ unique key(a)
) engine=ndb;
insert into t1 values (1,'A'),(2,'b '),(3,'C '),(4,'d '),(5,'E'),(6,'f');
insert into t1 values(99,'b');
-ERROR 23000: Duplicate entry '99' for key 1
+ERROR 23000: Duplicate entry '' for key 0
insert into t1 values(99,'a ');
-ERROR 23000: Duplicate entry '99' for key 1
+ERROR 23000: Duplicate entry '' for key 0
select a,length(a) from t1 order by a;
a length(a)
A 1