diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2015-07-20 20:16:32 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2015-07-20 20:16:32 +0300 |
commit | 83ba48b7c670f6dba465325cafd808c91f551544 (patch) | |
tree | ebac4766eae1d474dc5e1bfdd30742208540b3ce /storage/mroonga | |
parent | 0bb0ace4204bdcc2dc9b8ca8aeeda03882c44a2e (diff) | |
download | mariadb-git-83ba48b7c670f6dba465325cafd808c91f551544.tar.gz |
MDEV-8506 mroonga/wrapper.performance_schema fails in buildbot on bld-dan-release
The test has performance-schema in the opt file, so it failed when the server was compiled without performance schema.
Make the option loose, then MTR will be able to reach have_perfschema.inc check and will skip the test gracefully.
Diffstat (limited to 'storage/mroonga')
-rw-r--r-- | storage/mroonga/mysql-test/mroonga/wrapper/t/performance_schema-master.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/mroonga/mysql-test/mroonga/wrapper/t/performance_schema-master.opt b/storage/mroonga/mysql-test/mroonga/wrapper/t/performance_schema-master.opt index 611d08f0c78..d2ed32ddf34 100644 --- a/storage/mroonga/mysql-test/mroonga/wrapper/t/performance_schema-master.opt +++ b/storage/mroonga/mysql-test/mroonga/wrapper/t/performance_schema-master.opt @@ -1 +1 @@ ---performance-schema +--loose-performance-schema |