~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_incident.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:
15
15
 
16
16
connection slave;
17
17
# Wait until SQL thread stops with error LOST_EVENT on master
 
18
call mtr.add_suppression("Slave SQL.*The incident LOST_EVENTS occured on the master.* 1590");
18
19
let $slave_sql_errno= 1590;
19
20
let $show_slave_sql_error= 1;
20
21
source include/wait_for_slave_sql_error.inc;
37
38
connection master;
38
39
DROP TABLE t1;
39
40
--sync_slave_with_master
 
41
--source include/rpl_end.inc