summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_failsafe.test
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-10-09 16:43:05 -0600
committerunknown <sasha@mysql.sashanet.com>2001-10-09 16:43:05 -0600
commit21e14c2ca38e0831a3b188b9a34d1b008e423a51 (patch)
treee0f743a148a4cef684f5d46c5781204f85e1c2cd /mysql-test/t/rpl_failsafe.test
parent554e7f7ffc425dff37773d49c202b73485c20c6e (diff)
downloadmariadb-git-21e14c2ca38e0831a3b188b9a34d1b008e423a51.tar.gz
support for three slaves in mysql-test
mysql-test/mysql-test-run.sh: start three slaves in failover test mysql-test/r/rpl_failsafe.result: check two more slaves mysql-test/t/rpl_failsafe.test: check two more slaves
Diffstat (limited to 'mysql-test/t/rpl_failsafe.test')
-rw-r--r--mysql-test/t/rpl_failsafe.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_failsafe.test b/mysql-test/t/rpl_failsafe.test
index b8ef5b3f365..75f1c9ee3b2 100644
--- a/mysql-test/t/rpl_failsafe.test
+++ b/mysql-test/t/rpl_failsafe.test
@@ -1,5 +1,11 @@
source include/master-slave.inc;
+connect (slave_sec,localhost,root,,test,0,slave.sock-1);
+connect (slave_ter,localhost,root,,test,0,slave.sock-2);
connection master;
show variables like 'rpl_recovery_rank';
connection slave;
show variables like 'rpl_recovery_rank';
+connection slave_sec;
+show variables like 'rpl_recovery_rank';
+connection slave_ter;
+show variables like 'rpl_recovery_rank';