diff options
author | sasha@mysql.sashanet.com <> | 2001-10-08 13:07:50 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-10-08 13:07:50 -0600 |
commit | b13bd81cb1c4b05212a35529b107d7a3a00fc43c (patch) | |
tree | 1c426652ec0511155284e072dff0501b28bde18a /mysql-test/r/rpl_failsafe.result | |
parent | a169482a9bc4d10f7ef13a3da6bd032d23316b13 (diff) | |
download | mariadb-git-b13bd81cb1c4b05212a35529b107d7a3a00fc43c.tar.gz |
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...
Diffstat (limited to 'mysql-test/r/rpl_failsafe.result')
-rw-r--r-- | mysql-test/r/rpl_failsafe.result | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/r/rpl_failsafe.result b/mysql-test/r/rpl_failsafe.result new file mode 100644 index 00000000000..789795c0343 --- /dev/null +++ b/mysql-test/r/rpl_failsafe.result @@ -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 |