~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_loaddata_map.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:
16
16
#  BUG#33413 show binlog events fails if binlog has event size of close
17
17
#            to max_allowed_packet
18
18
 
19
 
source include/have_binlog_format_mixed_or_statement.inc;
 
19
source include/have_binlog_format_statement.inc;
20
20
source include/master-slave.inc;
21
21
 
22
22
 
71
71
drop table t2;
72
72
sync_slave_with_master;
73
73
remove_file $MYSQLTEST_VARDIR/tmp/bug30435_5k.txt;
 
74
--source include/rpl_end.inc