~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to mysql-test/suite/ndb_team/t/rpl_ndb_mix_innodb.test

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################
 
2
#Authors:    TU and Jeb
 
3
#Date:       2007/04
 
4
#Purpose:    Generic replication to cluster
 
5
#            and ensuring that the ndb_apply_status
 
6
#            table is updated.
 
7
#############################################
 
8
# Notes:
 
9
# include/select_ndb_apply_status.inc
 
10
# Selects out the log name, start & end pos
 
11
# from the ndb_apply_status table
 
12
#
 
13
# include/show_binlog_using_logname.inc
 
14
# To select out 1 row from offset 1
 
15
# from the start position in the binlog whose
 
16
# name is = log_name
 
17
#
 
18
# include/tpcb.inc
 
19
# Creates DATABASE tpcb, the tables and
 
20
# stored procedures for loading the DB
 
21
# and for running transactions against DB.
 
22
##############################################
 
23
 
 
24
 
 
25
## Includes ##
 
26
 
 
27
--disable_query_log
 
28
--source include/have_ndb.inc
 
29
--source include/have_innodb.inc
 
30
--source include/have_binlog_format_mixed.inc
 
31
--source include/ndb_master-slave.inc
 
32
--enable_query_log
 
33
let $off_set = 9;
 
34
let $rpl_format = 'MIX';
 
35
--source extra/rpl_tests/rpl_ndb_apply_status.test
 
36