2691 Sven Sandberg 2008-11-04
BUG#40257: Please remove --loose-skip-innodb from suite/rpl/rpl_1slave_base.cnf
Removed unnecessary server options --rpl-recovery-rank. This is obsolete
and does not affect the test suite in any useful way.
modified:
mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result
mysql-test/suite/rpl/rpl_1slave_base.cnf
2690 Sven Sandberg 2008-11-04
Made mysql-test-run.pl executable.
modified:
mysql-test/mysql-test-run.pl*
=== modified file 'mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result'
--- a/mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result 2007-06-27 12:28:02 +0000
+++ b/mysql-test/suite/rpl/r/rpl_mixed_ddl_dml.result 2008-11-04 17:07:14 +0000
@@ -14,7 +14,7 @@ n
2002
show slave hosts;
Server_id Host Port Rpl_recovery_rank Master_id
-2 127.0.0.1 9999 2 1
+2 127.0.0.1 9999 0 1
drop table t1;
stop slave;
create table t2(id int auto_increment primary key, created datetime);
=== modified file 'mysql-test/suite/rpl/rpl_1slave_base.cnf'
--- a/mysql-test/suite/rpl/rpl_1slave_base.cnf 2008-10-29 13:25:03 +0000
+++ b/mysql-test/suite/rpl/rpl_1slave_base.cnf 2008-11-04 17:07:14 +0000
@@ -38,9 +38,6 @@ skip-slave-start
# test results will vary, thus a relative path is used.
slave-load-tmpdir= ../../tmp
-
-rpl-recovery-rank= @mysqld.2.server-id
-
loose-innodb
| Thread |
|---|
| • bzr push into mysql-5.1 branch (sven:2690 to 2691) Bug#40257 | Sven Sandberg | 4 Nov |