From 02de80335c3af69fdf32e98de5d6afd5bce9305c Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 23 Jan 2006 14:07:58 +0100 Subject: [PATCH] rpl_foreign_key.test: Added comments on 1022 per Lars request mysql-test/extra/rpl_tests/rpl_foreign_key.test: Added comments on 1022 per Lars request --- mysql-test/extra/rpl_tests/rpl_foreign_key.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mysql-test/extra/rpl_tests/rpl_foreign_key.test b/mysql-test/extra/rpl_tests/rpl_foreign_key.test index 716df3205a6..d5589d4b5ea 100644 --- a/mysql-test/extra/rpl_tests/rpl_foreign_key.test +++ b/mysql-test/extra/rpl_tests/rpl_foreign_key.test @@ -21,6 +21,8 @@ connection master; SET TIMESTAMP=1000000000; CREATE TABLE t3 ( a INT UNIQUE ); SET FOREIGN_KEY_CHECKS=0; +# Had to add 1022 for run with ndb as ndb uses different +# error and error code for 1062. Bug 16677 --error 1022, 1062 INSERT INTO t3 VALUES (1),(1); sync_slave_with_master;