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.
This commit is contained in:
Sven Sandberg 2008-11-04 18:07:14 +01:00
parent a1b607f336
commit 1a175aab70
2 changed files with 1 additions and 4 deletions

View file

@ -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);

View file

@ -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