1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix of an incorrect merge

This commit is contained in:
lars@mysql.com
2005-02-24 17:25:06 +01:00
parent cbc8b5c3c8
commit c99c44805c

View File

@ -72,4 +72,4 @@ SET TIMESTAMP=1000000000;
CREATE TABLE t1 ( a INT UNIQUE ); CREATE TABLE t1 ( a INT UNIQUE );
SET FOREIGN_KEY_CHECKS=0; SET FOREIGN_KEY_CHECKS=0;
INSERT INTO t1 VALUES (1),(1); INSERT INTO t1 VALUES (1),(1);
Duplicate entry '1' for key 1 ERROR 23000: Duplicate entry '1' for key 1