From 38e80058d0f50c18986b3f675154159812107078 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 1 Jun 2006 12:41:57 +0200 Subject: Update result --- mysql-test/r/rpl_insert_id_pk.result | 1 + 1 file changed, 1 insertion(+) (limited to 'mysql-test/r/rpl_insert_id_pk.result') 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; -- cgit v1.2.1