mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
3abd50cbf9
BitKeeper/deleted/.del-rpl_ndb_myisam2ndb-master.opt: Delete: mysql-test/suite/rpl_ndb/t/rpl_ndb_myisam2ndb-master.opt mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result: BitKeeper file /home/tomas/mysql-5.1-target-5.1.22/mysql-test/suite/rpl_ndb/r/rpl_ndb_myisam2ndb.result mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result: BitKeeper file /home/tomas/mysql-5.1-target-5.1.22/mysql-test/suite/rpl_ndb/r/rpl_ndb_innodb2ndb.result
14 lines
638 B
Text
14 lines
638 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/have_binlog_format_mixed_or_row.inc
|
|
-- source include/ndb_master-slave.inc
|
|
SET storage_engine=myisam;
|
|
--source extra/rpl_tests/rpl_ndb_2multi_eng.test
|