summaryrefslogtreecommitdiff
path: root/mysql-test/r/rpl_failsafe.result
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2001-10-08 13:07:50 -0600
committersasha@mysql.sashanet.com <>2001-10-08 13:07:50 -0600
commitb13bd81cb1c4b05212a35529b107d7a3a00fc43c (patch)
tree1c426652ec0511155284e072dff0501b28bde18a /mysql-test/r/rpl_failsafe.result
parenta169482a9bc4d10f7ef13a3da6bd032d23316b13 (diff)
downloadmariadb-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.result11
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