mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
groundbreaking on fail-safe replication - added a token feature to have an
excuse to have a test case. Mental trick to get things moving faster...
This commit is contained in:
11
mysql-test/r/rpl_failsafe.result
Normal file
11
mysql-test/r/rpl_failsafe.result
Normal file
@ -0,0 +1,11 @@
|
||||
slave stop;
|
||||
reset master;
|
||||
reset slave;
|
||||
drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9;
|
||||
slave start;
|
||||
show variables like 'rpl_recovery_rank';
|
||||
Variable_name Value
|
||||
rpl_recovery_rank 1
|
||||
show variables like 'rpl_recovery_rank';
|
||||
Variable_name Value
|
||||
rpl_recovery_rank 2
|
Reference in New Issue
Block a user