Skip to content
Permalink
Browse files
Remove unnecessary and incorrect add_suppression.
Changes to be committed:
	modified:   mysql-test/suite/sys_vars/r/wsrep_cluster_address_basic.result
	modified:   mysql-test/suite/sys_vars/t/wsrep_cluster_address_basic.test
  • Loading branch information
Jan Lindström committed Oct 5, 2020
1 parent 295e2d5 commit 0aef658
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
@@ -1,7 +1,6 @@
#
# wsrep_cluster_address
#
call mtr.add_suppression("safe_mutex: Found wrong usage of mutex.*");
# save the initial value
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;
# default
@@ -4,8 +4,6 @@
--echo # wsrep_cluster_address
--echo #

call mtr.add_suppression("safe_mutex: Found wrong usage of mutex.*");

--echo # save the initial value
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;

0 comments on commit 0aef658

Please sign in to comment.