summaryrefslogtreecommitdiff
path: root/storage/oqgraph/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-02-28 10:00:31 +0100
committerSergei Golubchik <sergii@pisem.net>2014-02-28 10:00:31 +0100
commit41c760b121494de2c6d58f8c1a600d599ad4e0a5 (patch)
treea80a0f7316ffa843437ad24fc0ba7fbd4ee09e14 /storage/oqgraph/mysql-test
parent57cdc561fc2b97c3d1d2b318fc0fa2410568c3d6 (diff)
parent8d0238a6d8d641939730bdcd1ac4928b2c3c413d (diff)
downloadmariadb-git-41c760b121494de2c6d58f8c1a600d599ad4e0a5.tar.gz
merge
Diffstat (limited to 'storage/oqgraph/mysql-test')
-rw-r--r--storage/oqgraph/mysql-test/oqgraph/suite.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/oqgraph/mysql-test/oqgraph/suite.pm b/storage/oqgraph/mysql-test/oqgraph/suite.pm
index 172c71c0e4c..118ecfa7c60 100644
--- a/storage/oqgraph/mysql-test/oqgraph/suite.pm
+++ b/storage/oqgraph/mysql-test/oqgraph/suite.pm
@@ -5,6 +5,9 @@ package My::Suite::OQGraph;
return "No OQGraph" unless $ENV{HA_OQGRAPH_SO} or
$::mysqld_variables{'oqgraph'} eq "ON";
+# as long as OQGraph defines MYSQL_SERVER it cannot run in embedded
+return "Not run for embedded server" if $::opt_embedded_server;
+
sub is_default { 1 }
bless { };