diff options
author | jmiller@mysql.com <> | 2006-02-16 04:42:16 +0100 |
---|---|---|
committer | jmiller@mysql.com <> | 2006-02-16 04:42:16 +0100 |
commit | b84ee0dec83e10c76150ef296d7f735a94bdc961 (patch) | |
tree | 2d27dcce952efb39afeb23d0de07c8b4e4ce1838 /mysql-test/t/rpl_relayrotate.test | |
parent | 20d12aa85b227fe6e949a1517cf5dce21179c206 (diff) | |
download | mariadb-git-b84ee0dec83e10c76150ef296d7f735a94bdc961.tar.gz |
Test case updates and new test cases added to CRBR
Diffstat (limited to 'mysql-test/t/rpl_relayrotate.test')
-rw-r--r-- | mysql-test/t/rpl_relayrotate.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_relayrotate.test b/mysql-test/t/rpl_relayrotate.test index 99fd870e68f..46d54aea1d2 100644 --- a/mysql-test/t/rpl_relayrotate.test +++ b/mysql-test/t/rpl_relayrotate.test @@ -1,3 +1,10 @@ +####################################################### +# Wrapper for rpl_relayrotate.test to allow multi # +# Engines to reuse test code. By JBM 2006-02-15 # +# Added comments section and to skip when ndb is # +# Default engine. # +####################################################### +-- source include/not_ndb_default.inc -- source include/have_innodb.inc let $engine_type=innodb; -- source extra/rpl_tests/rpl_relayrotate.test |