Commit 1a175aab authored by Sven Sandberg's avatar Sven Sandberg
Browse files

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.
parent a1b607f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
+0 −3
Original line number Diff line number Diff line
@@ -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