diff options
Diffstat (limited to 'mysql-test/r/rpl_foreign_key_innodb.result')
-rw-r--r-- | mysql-test/r/rpl_foreign_key_innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl_foreign_key_innodb.result b/mysql-test/r/rpl_foreign_key_innodb.result index 5c7d21a5b1d..dccf3491130 100644 --- a/mysql-test/r/rpl_foreign_key_innodb.result +++ b/mysql-test/r/rpl_foreign_key_innodb.result @@ -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 +ERROR 23000: Duplicate entry '1' for key 'a' SET FOREIGN_KEY_CHECKS=0; DROP TABLE IF EXISTS t1,t2,t3; SET FOREIGN_KEY_CHECKS=1; |