summaryrefslogtreecommitdiff
path: root/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/wsrep_info/mysql-test/wsrep_info/suite.pm')
-rw-r--r--plugin/wsrep_info/mysql-test/wsrep_info/suite.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
index 5fd761896a1..7148a9cf057 100644
--- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
+++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm
@@ -39,5 +39,7 @@ push @::global_suppressions,
$ENV{PATH}="$epath:$ENV{PATH}";
$ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath;
+sub is_default { 1 }
+
bless { };