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

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/r/rpl_cross_version.result

  • 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:
 
1
include/master-slave.inc
 
2
[connection master]
1
3
==== Initialize ====
 
4
include/stop_slave.inc
 
5
RESET SLAVE;
 
6
include/setup_fake_relay_log.inc
2
7
Setting up fake replication from MYSQL_TEST_DIR/suite/binlog/std_data/binlog_old_version_4_1.000001
3
8
==== Test ====
4
9
start slave sql_thread;
 
10
include/wait_for_slave_param.inc [Exec_Master_Log_Pos]
5
11
==== a prove that the fake has been processed successfully ====
6
12
SELECT COUNT(*) - 17920 as zero FROM t3;
7
13
zero
8
14
0
9
15
==== Clean up ====
10
 
stop slave sql_thread;
11
 
Cleaning up after setup_fake_relay_log.inc
 
16
include/stop_slave_sql.inc
 
17
include/cleanup_fake_relay_log.inc
12
18
drop table t1, t3;
 
19
include/rpl_end.inc