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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2015-04-16 20:07:10 UTC
  • mto: (1.3.9 vivid-proposed)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20150416200710-pcrsa022082zj46k
Tags: upstream-5.6.24
ImportĀ upstreamĀ versionĀ 5.6.24

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
[connection slave]
 
7
#
 
8
# Stop slave threads and clear slave datadir.
 
9
#
 
10
include/stop_slave.inc
 
11
RESET SLAVE;
 
12
#
 
13
# Copy the binlog with Anonymous_GTID log events and
 
14
# relay log index to slave datadir.
 
15
#
 
16
#
 
17
# Process the binlog with Anonymous_GTID log events.
 
18
#
 
19
START SLAVE;
 
20
#
 
21
# Wait for SQL thread error.
 
22
#
 
23
call mtr.add_suppression("Slave.* @@SESSION.GTID_NEXT cannot be set to UUID:NUMBER when @@GLOBAL.GTID_MODE = OFF.");
 
24
include/wait_for_slave_sql_error.inc [errno=1781]
 
25
include/stop_slave.inc
 
26
RESET MASTER;
 
27
RESET SLAVE;
 
28
include/start_slave.inc
 
29
[connection master]
 
30
include/rpl_end.inc