mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
f8bc9b3cfd
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.
13 lines
577 B
Text
13 lines
577 B
Text
#############################################################
|
|
# 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/have_ndb.inc
|
|
-- source include/master-slave.inc
|
|
SET storage_engine=ndb;
|
|
--source extra/rpl_tests/rpl_ndb_2multi_eng.test
|