mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +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
5 lines
152 B
Text
5 lines
152 B
Text
source include/master-slave.inc;
|
|
connection master;
|
|
show variables like 'rpl_recovery_rank';
|
|
connection slave;
|
|
show variables like 'rpl_recovery_rank';
|