summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-12-15 15:57:26 +0100
committerSergei Golubchik <sergii@pisem.net>2013-12-15 15:57:26 +0100
commit6bf10fac445d73fb796d4863612c87bff5f28b66 (patch)
tree4d51e193684163c21e47e9de6536cd8dae0613eb /plugin
parent8efaff4959efe32ff9bc47c1bf1710cfe9ab21b5 (diff)
parent39a8d7965d912d8fb32436735449ce04e85583d1 (diff)
downloadmariadb-git-6bf10fac445d73fb796d4863612c87bff5f28b66.tar.gz
5.5 merge
Diffstat (limited to 'plugin')
-rw-r--r--plugin/query_response_time/mysql-test/query_response_time/suite.pm2
1 files changed, 2 insertions, 0 deletions
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 { };