~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include/master-slave.inc
 
2
Warnings:
 
3
Note    ####    Sending passwords in plain text without SSL/TLS is extremely insecure.
 
4
Note    ####    Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
 
5
[connection master]
 
6
STOP SLAVE;
 
7
include/wait_for_slave_to_stop.inc
 
8
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
9
CHANGE MASTER TO MASTER_HOST="";
 
10
ERROR HY000: Incorrect arguments to MASTER_HOST
 
11
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
12
CHANGE MASTER TO MASTER_HOST="foo";
 
13
Master_Host = 'foo' (expected 'foo')
 
14
CHANGE MASTER TO MASTER_HOST="127.0.0.1";
 
15
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
16
START SLAVE;
 
17
include/wait_for_slave_to_start.inc
 
18
include/rpl_end.inc