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:
5
mysql-test/t/rpl_failsafe.test
Normal file
5
mysql-test/t/rpl_failsafe.test
Normal file
@ -0,0 +1,5 @@
|
||||
source include/master-slave.inc;
|
||||
connection master;
|
||||
show variables like 'rpl_recovery_rank';
|
||||
connection slave;
|
||||
show variables like 'rpl_recovery_rank';
|
Reference in New Issue
Block a user