Skip to content

Commit 86bde52

Browse files
committed
Merge branch 'mysql-8.0' into mysql-trunk
2 parents 9c852bf + 2845718 commit 86bde52

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+862
-530
lines changed

mysql-test/include/resource_group_common_debug.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if ($thr_prio_enable == 0)
3535
# Insert invalid VCPU ids and enable the resource group.
3636
INSERT INTO mysql.resource_groups VALUES(3, 'r1', 'USER', 1, "0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0);
3737
}
38-
call mtr.add_suppression("Invalid VCPU ID.*");
38+
call mtr.add_suppression("Invalid cpu id.*");
3939
call mtr.add_suppression("Validation of resource group.*");
4040
call mtr.add_suppression("Invalid thread priority.*");
4141
SET SESSION debug= '-d,skip_dd_table_access_check';

mysql-test/r/resource_group_debug.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DROP RESOURCE GROUP r1;
2020
# Restart with an Invalid Resource group.
2121
SET SESSION debug= '+d,skip_dd_table_access_check';
2222
INSERT INTO mysql.resource_groups VALUES(3, 'r1', 'USER', 1, "0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", -5);
23-
call mtr.add_suppression("Invalid VCPU ID.*");
23+
call mtr.add_suppression("Invalid cpu id.*");
2424
call mtr.add_suppression("Validation of resource group.*");
2525
call mtr.add_suppression("Invalid thread priority.*");
2626
SET SESSION debug= '-d,skip_dd_table_access_check';

mysql-test/r/resource_group_thr_prio_unsupported_debug.result

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DROP RESOURCE GROUP r1;
2020
# Restart with an Invalid Resource group.
2121
SET SESSION debug= '+d,skip_dd_table_access_check';
2222
INSERT INTO mysql.resource_groups VALUES(3, 'r1', 'USER', 1, "0100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", 0);
23-
call mtr.add_suppression("Invalid VCPU ID.*");
23+
call mtr.add_suppression("Invalid cpu id.*");
2424
call mtr.add_suppression("Validation of resource group.*");
2525
call mtr.add_suppression("Invalid thread priority.*");
2626
SET SESSION debug= '-d,skip_dd_table_access_check';

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ DROP TABLE t1;
4949
# log file
5050
--let $assert_file=$MYSQLTEST_VARDIR/log/mysqld.2.err
5151
--let $assert_text= Invalid replication timestamps warning is present in log
52-
--let $assert_select= Invalid replication timestamps: original commit timestamp is more recent than the immediate commmit timestamp
52+
--let $assert_select= Invalid replication timestamps: original commit timestamp is more recent than the immediate commit timestamp
5353
--let $assert_count= 1
5454
--let $assert_only_after= CURRENT_TEST: rpl.rpl_invalid_replication_timestamps
5555
--source include/assert_grep.inc

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ DROP TABLE t2;
8888
# log file
8989
--let $assert_file=$MYSQLTEST_VARDIR/log/mysqld.2.err
9090
--let $assert_text= Invalid replication timestamps warning is present in log
91-
--let $assert_select= Invalid replication timestamps: original commit timestamp is more recent than the immediate commmit timestamp
91+
--let $assert_select= Invalid replication timestamps: original commit timestamp is more recent than the immediate commit timestamp
9292
--let $assert_count= 1
9393
--let $assert_only_after= CURRENT_TEST: rpl.rpl_invalid_replication_timestamps_multi_source
9494
--source include/assert_grep.inc

0 commit comments

Comments
 (0)