mySQL 5.0.11 sources for tomato
[tomato.git] / release / src / router / mysql / mysql-test / suite / rpl_ndb / t / rpl_ndb_2ndb.test
blob1d0ee48bd2054958e5421201999a74828d5283b8
1 #############################################################
2 # Author: Rafal Somla
3 # Date: 2006-08-20
4 # Purpose: Trying to test ability to replicate from cluster
5 # to other engines (innodb, myisam), see also rpl_ndb_2other.test
6 ##############################################################
7 --source include/have_binlog_format_mixed_or_row.inc
8 --source include/have_ndb.inc
9 --source include/ndb_master-slave.inc
11 # On master use NDB as storage engine.
12 connection master;
13 SET storage_engine=ndb;
15 --echo
16 --echo === NDB -> NDB ===
17 --echo
18 connection slave;
19 --source extra/rpl_tests/rpl_ndb_2multi_basic.test
20 --source include/rpl_end.inc