summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_ndb_myisam2ndb.test
diff options
context:
space:
mode:
authorunknown <jmiller@mysql.com>2006-02-27 15:09:03 +0100
committerunknown <jmiller@mysql.com>2006-02-27 15:09:03 +0100
commitf8bc9b3cfd4c78286003af41ca369644e844d047 (patch)
treeea151b511abb6bc3cfe8579c6df56f75277b405c /mysql-test/t/rpl_ndb_myisam2ndb.test
parente2393aa24a02505688aabc73fa4ebf79aeff17d9 (diff)
downloadmariadb-git-f8bc9b3cfd4c78286003af41ca369644e844d047.tar.gz
New test case fro replication between ndb and other storage engines.
mysql-test/t/rpl_ndb_2innodb.test: New rpl ndb test case for replicating to other storage engines mysql-test/t/rpl_ndb_2myisam.test: New rpl ndb test case for replicating to other storage engines mysql-test/t/rpl_ndb_2innodb-slave.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_2innodb-master.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_2myisam-master.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_2myisam-slave.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_innodb2ndb.test: New rpl ndb test case for replicating from other storage engines to ndb mysql-test/t/rpl_ndb_myisam2ndb.test: New rpl ndb test case for replicating from other storage engines to ndb mysql-test/t/rpl_ndb_innodb2ndb-master.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_innodb2ndb-slave.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_myisam2ndb-master.opt: New rpl ndb test supporting option files mysql-test/t/rpl_ndb_myisam2ndb-slave.opt: New rpl ndb test supporting option files mysql-test/extra/rpl_tests/rpl_ndb_2multi_eng.test: New test code that drives the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb mysql-test/include/rpl_multi_engine3.inc: New include that cover repeating code of the rpl of ndb -> innodb/myisam or innodb/myisam -> ndb mysql-test/t/disabled.def: Updated to include new test cases that have outstanding bug reports.
Diffstat (limited to 'mysql-test/t/rpl_ndb_myisam2ndb.test')
-rw-r--r--mysql-test/t/rpl_ndb_myisam2ndb.test15
1 files changed, 15 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_ndb_myisam2ndb.test b/mysql-test/t/rpl_ndb_myisam2ndb.test
new file mode 100644
index 00000000000..0c2df6441cb
--- /dev/null
+++ b/mysql-test/t/rpl_ndb_myisam2ndb.test
@@ -0,0 +1,15 @@
+#############################################################
+# Author: JBM
+# Date: 2006-02-24
+# Purpose: Trying to test ability to replicate from cluster
+# to innodb, or myisam, or replicate from innodb/myisam to
+# cluster slave. Due to limitations I have created wrappers
+# to be able to use the same code for all these different
+# test and to have control over the tests.
+##############################################################
+-- source include/master-slave.inc
+connection slave;
+--source include/have_ndb.inc
+connection master;
+SET storage_engine=myisam;
+--source extra/rpl_tests/rpl_ndb_2multi_eng.test