mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
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
This commit is contained in:
@ -9,3 +9,9 @@ rpl_recovery_rank 1
|
||||
show variables like 'rpl_recovery_rank';
|
||||
Variable_name Value
|
||||
rpl_recovery_rank 2
|
||||
show variables like 'rpl_recovery_rank';
|
||||
Variable_name Value
|
||||
rpl_recovery_rank 3
|
||||
show variables like 'rpl_recovery_rank';
|
||||
Variable_name Value
|
||||
rpl_recovery_rank 4
|
||||
|
Reference in New Issue
Block a user