~ubuntu-branches/ubuntu/quantal/mysql-5.5/quantal-security

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_report_port.test

  • Committer: Package Import Robot
  • Author(s): Seth Arnold
  • Date: 2013-04-18 18:15:39 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130418181539-7uo1w041b4h2ulbs
Tags: 5.5.31-0ubuntu0.12.10.1
* SECURITY UPDATE: Update to 5.5.31 to fix security issues (LP: #1170516)
  - http://www.oracle.com/technetwork/topics/security/cpuapr2013-1899555.html
* debian/patches/71_disable_rpl_tests.patch: refreshed.
* debian/patches/fix-mysqldump-test.patch: removed, fixed differently
  upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
connection slave;
34
34
--source include/start_slave.inc
 
35
--let $slave_param= Slave_IO_State
 
36
--let $slave_param_value= Waiting for master to send event
 
37
--source include/wait_for_slave_param.inc
35
38
 
36
39
--echo [Slave restarted with the report-port set to some value]
37
40
connection master;
52
55
 
53
56
connection slave;
54
57
--source include/start_slave.inc
 
58
--let $slave_param= Slave_IO_State
 
59
--let $slave_param_value= Waiting for master to send event
 
60
--source include/wait_for_slave_param.inc
55
61
 
56
62
connection master;
57
63
sync_slave_with_master;