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

« back to all changes in this revision

Viewing changes to mysql-test/extra/rpl_tests/rpl_EE_err.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:
9
9
# check if START SLAVE, RESET SLAVE, CHANGE MASTER reset Last_slave_error and
10
10
# Last_slave_errno in SHOW SLAVE STATUS (1st and 3rd commands did not: bug 986).
11
11
####################################
12
 
# Change Author: JBM
13
 
# Change Date: 2006-01-11
14
 
# Change: Split test per lars review
15
 
####################################
16
12
#"REQUIREMENT: A master DROP TABLE on a table with non-existing MYI
17
13
# file must be correctly replicated to the slave"
18
14
####################################
23
19
let $MYSQLD_DATADIR= `select @@datadir`;
24
20
remove_file $MYSQLD_DATADIR/test/t1.MYI ;
25
21
drop table if exists t1;
26
 
save_master_pos;
27
 
connection slave;
28
 
sync_with_master;
29
22
 
30
 
# End of 4.1 tests
 
23
--source include/rpl_end.inc