File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Note #### Storing MySQL user name or password information in the master info rep
1010[connection server1]
1111SET sql_log_bin=0;
1212CALL 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)");
1414CALL mtr.add_suppression("Retry in 60 secs. Message reprinted in 600 secs");
1515CALL mtr.add_suppression("Unblocking the group replication thread waiting for applier to start, as the start group replication was killed");
1616CALL mtr.add_suppression("Unable to initialize the Group Replication applier module.");
Original file line number Diff line number Diff line change 3434# Suppression of error messages
3535SET sql_log_bin=0;
3636CALL 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)");
3838CALL mtr.add_suppression("Retry in 60 secs. Message reprinted in 600 secs");
3939CALL mtr.add_suppression("Unblocking the group replication thread waiting for applier to start, as the start group replication was killed");
4040CALL mtr.add_suppression("Unable to initialize the Group Replication applier module.");
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments