summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_insert_id_pk.result
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.(none)>2006-06-01 12:41:57 +0200
committerunknown <msvensson@shellback.(none)>2006-06-01 12:41:57 +0200
commit38e80058d0f50c18986b3f675154159812107078 (patch)
tree0f2f0ed6db9269f1a1656f1e556167351d8e21a2 /mysql-test/r/rpl_insert_id_pk.result
parent810824d7c5f98cda535b5c41a09f78463254e8ec (diff)
downloadmariadb-git-38e80058d0f50c18986b3f675154159812107078.tar.gz
Update result
Diffstat (limited to 'mysql-test/r/rpl_insert_id_pk.result')
-rw-r--r--mysql-test/r/rpl_insert_id_pk.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_insert_id_pk.result b/mysql-test/r/rpl_insert_id_pk.result
index 0a452d2dd73..79815355332 100644
--- a/mysql-test/r/rpl_insert_id_pk.result
+++ b/mysql-test/r/rpl_insert_id_pk.result
@@ -73,3 +73,4 @@ CREATE TABLE t1 ( a INT UNIQUE );
SET FOREIGN_KEY_CHECKS=0;
INSERT INTO t1 VALUES (1),(1);
Got one of the listed errors
+drop table t1;