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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/include/rpl_mixed_ddl.inc

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
--echo
67
67
--echo
68
68
--echo ******************** SHOW BINLOG EVENTS ********************
69
 
--replace_column 2 # 5 #
70
 
--replace_regex /Server ver: .+/Server ver: #/ /table_id: [0-9]+/table_id: #/
71
 
show binlog events from 1;
 
69
source include/show_binlog_events.inc;
72
70
sync_slave_with_master;
73
71
# as we're using UUID we don't SELECT but use "diff" like in rpl_row_UUID
74
72
--exec $MYSQL_DUMP --compact --order-by-primary --skip-extended-insert --no-create-info test_rpl > $MYSQLTEST_VARDIR/tmp/rpl_switch_stm_row_mixed_master.sql