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

« back to all changes in this revision

Viewing changes to mysql-test/suite/engines/funcs/t/rpl_row_drop.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:
30
30
--echo **** On Master ****
31
31
# Should drop the non-temporary table t1 and the temporary table t2
32
32
DROP TABLE t1,t2;
33
 
source include/show_binlog_events.inc;
 
33
let $VERSION=`select version()`;
 
34
--replace_result $VERSION VERSION
 
35
--replace_regex /table_id: [0-9]+/table_id: #/
 
36
SHOW BINLOG EVENTS;
34
37
SHOW TABLES;
35
38
sync_slave_with_master;
36
39
--echo **** On Slave ****