~ubuntu-branches/ubuntu/wily/mysql-5.6/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-07-21 07:09:29 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20150721070929-mg4dpqkgg3it1ajf
Tags: upstream-5.6.25
ImportĀ upstreamĀ versionĀ 5.6.25

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
CALL mtr.add_suppression('Slave I/O: The master uses an unknown GTID_MODE');
 
7
CALL mtr.add_suppression('The slave IO thread stops because the master has an unknown');
 
8
SET @save_debug= @@GLOBAL.DEBUG;
 
9
include/stop_slave.inc
 
10
SET @@GLOBAL.DEBUG = 'd,simulate_master_has_gtid_mode_off_permissive';
 
11
include/start_slave.inc
 
12
include/assert_grep.inc [Receiver thread should report that off_permissive is unknown]
 
13
include/stop_slave.inc
 
14
SET @@GLOBAL.DEBUG = 'd,simulate_master_has_gtid_mode_off_something';
 
15
include/start_slave.inc
 
16
include/assert_grep.inc [Receiver thread should report that off_something is unknown]
 
17
include/stop_slave.inc
 
18
SET @@GLOBAL.DEBUG = 'd,simulate_master_has_unknown_gtid_mode';
 
19
START SLAVE;
 
20
include/wait_for_slave_io_error.inc [errno=1593]
 
21
SET @@GLOBAL.DEBUG= @save_debug;
 
22
include/stop_slave_sql.inc
 
23
RESET SLAVE;
 
24
include/start_slave.inc
 
25
include/rpl_end.inc