summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/metadata_lock_info/mysql-test/metadata_lock_info/suite.pm2
-rw-r--r--plugin/query_response_time/mysql-test/query_response_time/suite.pm2
2 files changed, 4 insertions, 0 deletions
diff --git a/plugin/metadata_lock_info/mysql-test/metadata_lock_info/suite.pm b/plugin/metadata_lock_info/mysql-test/metadata_lock_info/suite.pm
index 0773110821d..a1c6d00343c 100644
--- a/plugin/metadata_lock_info/mysql-test/metadata_lock_info/suite.pm
+++ b/plugin/metadata_lock_info/mysql-test/metadata_lock_info/suite.pm
@@ -5,5 +5,7 @@ package My::Suite::Metadata_lock_info;
return "No Metadata_lock_info plugin" unless $ENV{METADATA_LOCK_INFO_SO} or
$::mysqld_variables{'metadata-lock-info'} eq "ON";;
+sub is_default { 1 }
+
bless { };
diff --git a/plugin/query_response_time/mysql-test/query_response_time/suite.pm b/plugin/query_response_time/mysql-test/query_response_time/suite.pm
index 4ee84a22f14..5b4983bc1f6 100644
--- a/plugin/query_response_time/mysql-test/query_response_time/suite.pm
+++ b/plugin/query_response_time/mysql-test/query_response_time/suite.pm
@@ -8,5 +8,7 @@ return "No QUERY_RESPONSE_TIME plugin" unless
return "Not run for embedded server" if $::opt_embedded_server;
+sub is_default { 1 }
+
bless { };