mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Updated test
This commit is contained in:
@ -24,9 +24,9 @@ b c
|
||||
6 11
|
||||
SELECT * FROM t1;
|
||||
a
|
||||
12
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
||||
SELECT * FROM t2;
|
||||
b c
|
||||
@ -36,7 +36,7 @@ SET TIMESTAMP=1000000000;
|
||||
CREATE TABLE t3 ( a INT UNIQUE );
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
INSERT INTO t3 VALUES (1),(1);
|
||||
ERROR 23000: Duplicate entry '1' for key 1
|
||||
Got one of the listed errors
|
||||
SET FOREIGN_KEY_CHECKS=0;
|
||||
DROP TABLE IF EXISTS t1,t2,t3;
|
||||
SET FOREIGN_KEY_CHECKS=1;
|
||||
|
Reference in New Issue
Block a user