Skip to content

Commit 6832e46

Browse files
committed
Merge branch 'mysql-8.0' into mysql-trunk
2 parents 2922912 + cdc60c8 commit 6832e46

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

mysql-test/suite/group_replication/r/gr_blocked_start_gr_killed.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Note #### Storing MySQL user name or password information in the master info rep
1010
[connection server1]
1111
SET sql_log_bin=0;
1212
CALL mtr.add_suppression("Error writing file.*(errno: 28 - No space left on device)");
13-
CALL mtr.add_suppression("Disk is full writing.*(Errcode: 28 - No space left on device)");
13+
CALL mtr.add_suppression("Disk is full writing.*(OS errno 28 - No space left on device)");
1414
CALL mtr.add_suppression("Retry in 60 secs. Message reprinted in 600 secs");
1515
CALL mtr.add_suppression("Unblocking the group replication thread waiting for applier to start, as the start group replication was killed");
1616
CALL mtr.add_suppression("Unable to initialize the Group Replication applier module.");

mysql-test/suite/group_replication/t/gr_blocked_start_gr_killed.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
# Suppression of error messages
3535
SET sql_log_bin=0;
3636
CALL mtr.add_suppression("Error writing file.*(errno: 28 - No space left on device)");
37-
CALL mtr.add_suppression("Disk is full writing.*(Errcode: 28 - No space left on device)");
37+
CALL mtr.add_suppression("Disk is full writing.*(OS errno 28 - No space left on device)");
3838
CALL mtr.add_suppression("Retry in 60 secs. Message reprinted in 600 secs");
3939
CALL mtr.add_suppression("Unblocking the group replication thread waiting for applier to start, as the start group replication was killed");
4040
CALL mtr.add_suppression("Unable to initialize the Group Replication applier module.");

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
--source include/have_binlog_format_row.inc
99
--source include/have_debug.inc
10+
--source include/have_transaction_write_set_extraction.inc
1011
--source include/master-slave.inc
1112

1213
--let $assert_text= The value for transaction_write_set_extraction must be XXHASH64

0 commit comments

Comments
 (0)