~ubuntu-branches/ubuntu/precise/mysql-5.5/precise-201203300109

« 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): Clint Byrum
  • Date: 2011-11-08 11:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20111108113113-3ulw01fvi4vn8m25
Tags: upstream-5.5.17
ImportĀ upstreamĀ versionĀ 5.5.17

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include/master-slave.inc
 
2
[connection master]
 
3
STOP SLAVE;
 
4
include/wait_for_slave_to_stop.inc
 
5
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
6
CHANGE MASTER TO MASTER_HOST="";
 
7
ERROR HY000: Incorrect arguments to MASTER_HOST
 
8
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
9
CHANGE MASTER TO MASTER_HOST="foo";
 
10
Master_Host = 'foo' (expected 'foo')
 
11
CHANGE MASTER TO MASTER_HOST="127.0.0.1";
 
12
Master_Host = '127.0.0.1' (expected '127.0.0.1')
 
13
START SLAVE;
 
14
include/wait_for_slave_to_start.inc
 
15
include/rpl_end.inc