Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Merge branch 'mysql-5.6' into mysql-5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vpvenugo committed Nov 22, 2019
2 parents 75eabdc + 13beff1 commit 67891b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ include/assert_grep.inc [Found a message about the long GTIDs in the slave error
CHANGE MASTER TO MASTER_LOG_FILE = 'MASTER_FILE', MASTER_LOG_POS = MASTER_POS, MASTER_AUTO_POSITION = 0;
include/start_slave.inc
include/assert.inc [t1 should contain only one row with the value 2]
include/stop_slave.inc
include/assert_grep.inc [Found warning containing lost GTIDs in the master error log.]
include/assert_grep.inc [Found warning containing lost GTIDs in the slave error log.]
[connection master]
Expand All @@ -67,7 +68,6 @@ CALL mtr.add_suppression("Got fatal error 1236 from master.*Replicate the missin
# 7) Cleanup.
#
[connection slave]
include/stop_slave.inc
RESET MASTER;
RESET SLAVE;
[connection master]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ eval CHANGE MASTER TO MASTER_LOG_FILE = '$master_file', MASTER_LOG_POS = $master
--let $assert_text= t1 should contain only one row with the value 2
--let $assert_cond= "[SELECT COUNT(*) FROM t1]" = "1" AND "[SELECT * FROM t1]" = "2"
--source include/assert.inc
--source include/stop_slave.inc

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

0 comments on commit 67891b7

Please sign in to comment.