Skip to content

Commit da21f3f

Browse files
committed
Merge 10.5 into 10.6
2 parents fef9d6e + 7ee612c commit da21f3f

12 files changed

+11
-28
lines changed

mysql-test/suite/binlog/r/binlog_empty_xa_prepared.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
RESET MASTER;
12
CREATE TEMPORARY SEQUENCE seq_1;
23
XA START '3';
34
CREATE TEMPORARY TABLE tmp_1(c INT);

mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_binary.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
RESET MASTER;
12
#
23
# Verify that SET string values and character sets can be printed correctly
34
#

mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_ucs2.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
RESET MASTER;
12
#
23
# Verify that SET string values and character sets can be printed correctly
34
#

mysql-test/suite/binlog/r/binlog_table_map_optional_metadata_utf32.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
RESET MASTER;
12
#
23
# Verify that SET string values and character sets can be printed correctly
34
#

mysql-test/suite/binlog/t/binlog_empty_xa_prepared.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
--source include/have_binlog_format_mixed.inc
55
--source include/have_innodb.inc
66

7-
7+
RESET MASTER; # clear binlogs
88
# MDEV-22420 DDL on temporary object is prohibited when XA is in prepare state
99

1010
# Temporary sequnce may not be created within a transaction

mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_binary.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
--let $MYSQLD_DATADIR= `select @@datadir`
2121
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001
2222

23+
RESET MASTER;
2324
--echo #
2425
--echo # Verify that SET string values and character sets can be printed correctly
2526
--echo #

mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_ucs2.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
--let $MYSQLD_DATADIR= `select @@datadir`
2222
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001
2323

24+
RESET MASTER;
2425
--echo #
2526
--echo # Verify that SET string values and character sets can be printed correctly
2627
--echo #

mysql-test/suite/binlog/t/binlog_table_map_optional_metadata_utf32.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
--let $MYSQLD_DATADIR= `select @@datadir`
2222
--let $binlog_file= $MYSQLD_DATADIR/master-bin.000001
2323

24+
RESET MASTER;
2425
--echo #
2526
--echo # Verify that SET string values and character sets can be printed correctly
2627
--echo #

mysql-test/suite/maria/rollback.result

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
reset master;
12
call mtr.add_suppression("Table was marked as crashed");
23
call mtr.add_suppression("Checking table: .*");
34
create table t1 (a int primary key auto_increment, b int) engine=aria transactional= 1;

mysql-test/suite/maria/rollback.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# no-protocol doesn't print warnings about repaired tables
44
--source include/no_protocol.inc
55

6+
reset master; # clear binlogs
7+
68
call mtr.add_suppression("Table was marked as crashed");
79
call mtr.add_suppression("Checking table: .*");
810

0 commit comments

Comments
 (0)