Skip to content

Commit 67891b7

Browse files
committed
Merge branch 'mysql-5.6' into mysql-5.7
2 parents 75eabdc + 13beff1 commit 67891b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/rpl/r/rpl_gtid_purged_fail_to_connect.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ include/assert_grep.inc [Found a message about the long GTIDs in the slave error
5757
CHANGE MASTER TO MASTER_LOG_FILE = 'MASTER_FILE', MASTER_LOG_POS = MASTER_POS, MASTER_AUTO_POSITION = 0;
5858
include/start_slave.inc
5959
include/assert.inc [t1 should contain only one row with the value 2]
60+
include/stop_slave.inc
6061
include/assert_grep.inc [Found warning containing lost GTIDs in the master error log.]
6162
include/assert_grep.inc [Found warning containing lost GTIDs in the slave error log.]
6263
[connection master]
@@ -67,7 +68,6 @@ CALL mtr.add_suppression("Got fatal error 1236 from master.*Replicate the missin
6768
# 7) Cleanup.
6869
#
6970
[connection slave]
70-
include/stop_slave.inc
7171
RESET MASTER;
7272
RESET SLAVE;
7373
[connection master]

mysql-test/suite/rpl/t/rpl_gtid_purged_fail_to_connect.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ eval CHANGE MASTER TO MASTER_LOG_FILE = '$master_file', MASTER_LOG_POS = $master
133133
--let $assert_text= t1 should contain only one row with the value 2
134134
--let $assert_cond= "[SELECT COUNT(*) FROM t1]" = "1" AND "[SELECT * FROM t1]" = "2"
135135
--source include/assert.inc
136+
--source include/stop_slave.inc
136137

137138
# Verify that warning about the missing transactions are logged into the master's error log.
138139
--let $assert_file=$MYSQLTEST_VARDIR/log/mysqld.1.err
@@ -160,7 +161,6 @@ CALL mtr.add_suppression("Got fatal error 1236 from master.*Replicate the missin
160161
--echo # 7) Cleanup.
161162
--echo #
162163
--source include/rpl_connection_slave.inc
163-
--source include/stop_slave.inc
164164
RESET MASTER;
165165
RESET SLAVE;
166166
--source include/rpl_connection_master.inc

0 commit comments

Comments
 (0)