mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 12:01:42 +01:00
9fe894f9ca
excuse to have a test case. Mental trick to get things moving faster... mysql-test/mysql-test-run.sh: recovery rank sql/mysqld.cc: recovery rank
11 lines
263 B
Text
11 lines
263 B
Text
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
|