diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-10-08 13:07:50 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-10-08 13:07:50 -0600 |
commit | 9fe894f9ca8e356660658461ebc481c0648999b0 (patch) | |
tree | 1c426652ec0511155284e072dff0501b28bde18a /mysql-test/t/rpl_failsafe.test | |
parent | 07cb4e93aa8f4fec3ca39775be8cde1d1650bc32 (diff) | |
download | mariadb-git-9fe894f9ca8e356660658461ebc481c0648999b0.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...
mysql-test/mysql-test-run.sh:
recovery rank
sql/mysqld.cc:
recovery rank
Diffstat (limited to 'mysql-test/t/rpl_failsafe.test')
-rw-r--r-- | mysql-test/t/rpl_failsafe.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_failsafe.test b/mysql-test/t/rpl_failsafe.test new file mode 100644 index 00000000000..b8ef5b3f365 --- /dev/null +++ b/mysql-test/t/rpl_failsafe.test @@ -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'; |