From a2b861b2772d46b0f19aafb9ee7cef9c0861dd63 Mon Sep 17 00:00:00 2001 From: "guilhem@gbichot2" <> Date: Sat, 26 Jul 2003 23:14:09 +0200 Subject: [PATCH] My changes to test rpl_insert_id in 4.0 about replication of foreign_key_checks have in fact no effect, because in 4.0 the slave always runs with --skip-innodb. In 4.1, mysqld accepts option --innodb which can override --skip-innodb. So I add this option to the test. When the updated test (using InnoDB tables) from 4.0 will be merged into 4.1, with this good .opt file, we'll have a meaningful test in 4.1. Until then, the test in 4.1 will pass but be useless. And in 4.0, it will stay useless forever. ("it" = the part of the test which tests replication of foreign_key_checks) --- mysql-test/t/rpl_insert_id-slave.opt | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/t/rpl_insert_id-slave.opt diff --git a/mysql-test/t/rpl_insert_id-slave.opt b/mysql-test/t/rpl_insert_id-slave.opt new file mode 100644 index 00000000000..627becdbfb5 --- /dev/null +++ b/mysql-test/t/rpl_insert_id-slave.opt @@ -0,0 +1 @@ +--innodb