summaryrefslogtreecommitdiff
path: root/mysql-test/r/archive.result
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2007-01-26 14:17:45 -0800
committerunknown <brian@zim.(none)>2007-01-26 14:17:45 -0800
commitc95bc8dcdbe50614bcd00051424d388fed42f999 (patch)
tree3da125d6fec077faefad6e7cd699a550a5c5b1a0 /mysql-test/r/archive.result
parentf69cfbf857475d416e549ff1403947d61396201f (diff)
downloadmariadb-git-c95bc8dcdbe50614bcd00051424d388fed42f999.tar.gz
For performance reasons we remove the ability in unique indexes on autoincrements to remove the ability to insert key lower then the current autoincrement value.
mysql-test/r/archive.result: Modified error output mysql-test/t/archive.test: Fix for the change in behavior storage/archive/ha_archive.cc: ifdef of the search record code
Diffstat (limited to 'mysql-test/r/archive.result')
-rw-r--r--mysql-test/r/archive.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/archive.result b/mysql-test/r/archive.result
index d15103be011..8ccd2f7e17f 100644
--- a/mysql-test/r/archive.result
+++ b/mysql-test/r/archive.result
@@ -12367,6 +12367,7 @@ INSERT INTO t5 VALUES (NULL, "foo");
INSERT INTO t5 VALUES (NULL, "foo");
INSERT INTO t5 VALUES (32, "foo");
INSERT INTO t5 VALUES (23, "foo");
+ERROR 23000: Can't write; duplicate key in table 't5'
INSERT INTO t5 VALUES (NULL, "foo");
INSERT INTO t5 VALUES (NULL, "foo");
INSERT INTO t5 VALUES (3, "foo");
@@ -12380,7 +12381,6 @@ a b
4 foo
5 foo
32 foo
-23 foo
33 foo
34 foo
35 foo