mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
#
|
#
|
||||||
# wsrep_cluster_address
|
# wsrep_cluster_address
|
||||||
#
|
#
|
||||||
call mtr.add_suppression("safe_mutex: Found wrong usage of mutex.*");
|
|
||||||
# save the initial value
|
# save the initial value
|
||||||
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;
|
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;
|
||||||
# default
|
# default
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
--echo # wsrep_cluster_address
|
--echo # wsrep_cluster_address
|
||||||
--echo #
|
--echo #
|
||||||
|
|
||||||
call mtr.add_suppression("safe_mutex: Found wrong usage of mutex.*");
|
|
||||||
|
|
||||||
--echo # save the initial value
|
--echo # save the initial value
|
||||||
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;
|
SET @wsrep_cluster_address_global_saved = @@global.wsrep_cluster_address;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user