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

« back to all changes in this revision

Viewing changes to mysql-test/suite/manual/t/rpl_replication_delay.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:
7
7
 
8
8
source include/master-slave.inc;
9
9
 
10
 
connection master;
11
 
#connection slave;
12
 
sync_slave_with_master;
 
10
connection slave;
 
11
 
13
12
--echo # Second_behind reports 0
14
13
let $status_items= Seconds_Behind_Master;
15
14
source include/show_slave_status.inc;
61
60
connection master;
62
61
drop table t1;
63
62
 
64
 
#connection slave;
65
 
sync_slave_with_master;
66
 
 
67
 
 
68
 
# End of tests
69
 
 
 
63
--source include/rpl_end.inc