diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-12-16 13:02:21 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-12-16 13:02:21 +0100 |
commit | d28d3ba40dc8ebef87199a2567ec96e9c5d744e2 (patch) | |
tree | c6b9ab1d8193fa2a26c5e376d43e536abd3a47ce /plugin | |
parent | ff485d2dc4d5adaf5eef0ccd03ce62adf3bd30b3 (diff) | |
parent | 6bf10fac445d73fb796d4863612c87bff5f28b66 (diff) | |
download | mariadb-git-d28d3ba40dc8ebef87199a2567ec96e9c5d744e2.tar.gz |
10.0-base merge
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/query_response_time/mysql-test/query_response_time/suite.pm | 2 |
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 { }; |