~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include/master-slave.inc
 
2
[connection master]
 
3
include/rpl_restart_server.inc [server_number=2 parameters: --report-port=9000]
 
4
include/start_slave.inc
 
5
[Slave restarted with the report-port set to some value]
 
6
include/assert.inc [The value shown for the slave's port number is 9000 which is the value set for report-port.]
 
7
include/rpl_restart_server.inc [server_number=2 parameters: --report-port=]
 
8
include/start_slave.inc
 
9
[Slave restarted with the report-port set to the value of slave's port number]
 
10
include/assert.inc [The default value shown for the slave's port number is the actual port number of the slave.]
 
11
include/rpl_end.inc