diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-10-28 20:30:42 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-10-28 20:30:42 +0200 |
commit | 949027f7c7b8704f2a329c85b8725af5158f3ade (patch) | |
tree | 3c4ed36296a8ba21fafd187668e9c80844cc9ea2 /mysql-test/suite/pbxt | |
parent | f6483d3fecc34e9f43f1f13fe8e62e2f58c1d867 (diff) | |
download | mariadb-git-949027f7c7b8704f2a329c85b8725af5158f3ade.tar.gz |
fix embedded tests.
temporarily disable pbxt in embedded
Diffstat (limited to 'mysql-test/suite/pbxt')
-rw-r--r-- | mysql-test/suite/pbxt/suite.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/pbxt/suite.pm b/mysql-test/suite/pbxt/suite.pm index b966caa8e86..ac14db45b50 100644 --- a/mysql-test/suite/pbxt/suite.pm +++ b/mysql-test/suite/pbxt/suite.pm @@ -1,4 +1,5 @@ package My::Suite::PBXT; @ISA = qw(My::Suite); +return "Not run for embedded server" if $::opt_embedded_server; return "No PBXT engine" unless $ENV{HA_PBXT_SO} or $::mysqld_variables{pbxt}; bless { }; |