Skip to content

Commit 000f345

Browse files
committed
Bug#35115601 InnoDB - Page [...] still fixed or dirty crash during shutdown
Post-push fix to update test files and result files which changed as the error message was moved from 8.1 section to 8.0 sections Change-Id: Ib3f267d07a4565b9f4e92a85f332886d93a04df1
1 parent 1225991 commit 000f345

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ SET sql_log_bin=1;
132132
--let $assert_cond= [SELECT COUNT(*) as count FROM performance_schema.replication_asynchronous_connection_failover, count, 1]= 2
133133
--source include/assert.inc
134134

135-
--let $wait_condition= SELECT COUNT(*)>1 FROM performance_schema.error_log WHERE error_code='MY-015089' AND data LIKE "The replica IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user'@%' for table 'replication_group_members'. The query failed to execute on the source % for channel 'ch1_3'."
135+
--let $wait_condition= SELECT COUNT(*)>1 FROM performance_schema.error_log WHERE error_code='MY-015088' AND data LIKE "The replica IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user'@%' for table 'replication_group_members'. The query failed to execute on the source % for channel 'ch1_3'."
136136
--source include/wait_condition.inc
137137

138138

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ SET SESSION sql_log_bin = 1;
101101
--echo
102102
--let $rpl_connection_name= server2
103103
--source include/rpl_connection.inc
104-
--let $wait_condition= SELECT COUNT(*)=1 FROM performance_schema.error_log WHERE error_code='MY-015088' AND data LIKE "%The Monitor IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user%' for table 'replication_group_members'. The query failed to execute on the source (host:% port:% network_namespace:%) for channel 'ch1_2'%"
104+
--let $wait_condition= SELECT COUNT(*)=1 FROM performance_schema.error_log WHERE error_code='MY-015087' AND data LIKE "%The Monitor IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user%' for table 'replication_group_members'. The query failed to execute on the source (host:% port:% network_namespace:%) for channel 'ch1_2'%"
105105
--source include/wait_condition.inc
106106

107-
--let $wait_condition= SELECT COUNT(*)=1 FROM performance_schema.error_log WHERE error_code='MY-015089' AND data LIKE "%The replica IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user%' for table 'replication_group_members'. The query failed to execute on the source (host:% port:% network_namespace:%) for channel 'ch1_2'%"
107+
--let $wait_condition= SELECT COUNT(*)=1 FROM performance_schema.error_log WHERE error_code='MY-015088' AND data LIKE "%The replica IO thread failed to detect if the source belongs to the group majority. Error: SELECT command denied to user 'rpl_user%' for table 'replication_group_members'. The query failed to execute on the source (host:% port:% network_namespace:%) for channel 'ch1_2'%"
108108
--source include/wait_condition.inc
109109

110110

mysql-test/suite/innodb/r/tablespace_first_page_unrecoverable.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SET GLOBAL innodb_purge_stop_now = ON;
4343
#
4444
Pattern "MY-012224" found
4545
Pattern "MY-012237" found
46-
Pattern "MY-015091" found
46+
Pattern "MY-015090" found
4747

4848
# Restore the tablespace file t1.ibd and start the server as usual
4949

0 commit comments

Comments
 (0)