~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_stm_mixing_engines.test

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# BUG#49522: Replication problem with mixed MyISAM/InnoDB
9
9
#
10
10
 
 
11
--source include/rpl_reset.inc
11
12
-- connection master
12
13
 
13
14
CREATE TABLE `t1` ( 
32
32
 
33
33
-- sync_slave_with_master
34
34
 
 
35
-- let $diff_tables= master:t1, slave:t1
35
36
-- source include/diff_tables.inc
36
37
 
37
38
-- connection master
38
39
DROP TABLE `t1`;
39
40
-- sync_slave_with_master
40
41
 
 
42
--source include/rpl_end.inc