~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to mysql-test/suite/ndb_rpl/t/ndb_rpl_2ndb.test

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 suite/ndb_rpl/ndb_master-slave.inc
 
10
 
 
11
# On master use NDB as storage engine.
 
12
connection master;
 
13
SET default_storage_engine=ndb;
 
14
 
 
15
--echo
 
16
--echo === NDB -> NDB ===
 
17
--echo
 
18
connection slave;
 
19
--source suite/ndb_rpl/t/ndb_rpl_2multi_basic.inc
 
20
--source include/rpl_end.inc