~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_stm_until.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:
69
69
--let $slave_param_value= $master_log_pos_1
70
70
--source include/check_slave_param.inc
71
71
 
72
 
let $relay_log_file= slave-relay-bin.000004;
 
72
let $relay_log_file= slave-relay-bin.000003;
73
73
let $master_log_pos= $master_log_pos_2;
74
74
source include/get_relay_log_pos.inc;
75
75
# try replicate all up to and not including the second insert to t2;
192
192
# to substitute the genuine one with a prepared on 4.1 server.
193
193
#
194
194
 
195
 
--source include/master-slave-reset.inc
 
195
--source include/rpl_reset.inc
196
196
 
197
197
connection master;
198
 
drop table if exists t1; # there is create table t1 in bug47142_master-bin.000001
199
198
flush logs;
200
199
let $MYSQLD_DATADIR= `select @@datadir`;
201
200
--remove_file $MYSQLD_DATADIR/master-bin.000001
213
212
 
214
213
drop table t1; # drop on slave only, master does not have t1. 
215
214
stop slave;
216
 
reset slave;
217
 
 
218
 
connection master;
219
 
reset master;
220
215
 
221
216
# End of tests
 
217
--let $rpl_only_running_threads= 1
 
218
--source include/rpl_end.inc