From 88db4e3ea4aa9d228e5adc072996b0ae4056f55e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Fri, 23 Sep 2022 11:11:15 +0200 Subject: wsrep suite isn't run by default, wsrep_info shouldn't either --- plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin') diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm index 9170a337bf4..aed698ed6b4 100644 --- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm +++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm @@ -28,6 +28,4 @@ push @::global_suppressions, qr|WSREP: access file\(.*gvwstate.dat\) failed\(No such file or directory\)|, ); -sub is_default { 1 } - bless { }; -- cgit v1.2.1