From 570c771bc794fd2e3d4710f0596ae80de92ab163 Mon Sep 17 00:00:00 2001 From: Elena Stepanova Date: Wed, 12 Nov 2014 05:52:53 +0400 Subject: [PATCH] MDEV-7071 Spider tests fail due to an unknown option --skip-performance-schema on a build without perfschema Made the option --loose --- storage/spider/mysql-test/spider/bg/suite.opt | 2 +- storage/spider/mysql-test/spider/suite.opt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/spider/mysql-test/spider/bg/suite.opt b/storage/spider/mysql-test/spider/bg/suite.opt index 077a81334be..672a3b37d4f 100644 --- a/storage/spider/mysql-test/spider/bg/suite.opt +++ b/storage/spider/mysql-test/spider/bg/suite.opt @@ -1 +1 @@ ---loose-innodb --skip-performance-schema +--loose-innodb --loose-skip-performance-schema diff --git a/storage/spider/mysql-test/spider/suite.opt b/storage/spider/mysql-test/spider/suite.opt index 077a81334be..672a3b37d4f 100644 --- a/storage/spider/mysql-test/spider/suite.opt +++ b/storage/spider/mysql-test/spider/suite.opt @@ -1 +1 @@ ---loose-innodb --skip-performance-schema +--loose-innodb --loose-skip-performance-schema