~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_inexist_tbl.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:
22
22
insert into t1 values (1);
23
23
 
24
24
connection slave;
25
 
# slave should have stopped because can't find table t1 
 
25
# slave should have stopped because can't find table t1
 
26
wait_for_slave_to_stop;
26
27
# see if we have a good error message:
27
 
--let $slave_sql_errno= 1146
28
 
--let $show_slave_sql_error= 1
29
 
--source include/wait_for_slave_sql_error.inc
 
28
--replace_result $MASTER_MYPORT MASTER_MYPORT
 
29
--replace_column 1 # 7 # 8 # 9 # 22 # 23 # 33 #
 
30
--vertical_results
 
31
show slave status;
30
32
 
31
33
# cleanup
32
34
connection master;