diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-09-30 21:13:03 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-11-02 09:45:43 -0400 |
commit | fa4fa0ab90e4e49dde955333667cc606838d8fa9 (patch) | |
tree | 1e30ce1e3eeec17eba47adea369efcd790cc8a9d /plugin/wsrep_info/mysql-test | |
parent | a52a68cb7da765a807856a8c6f238446f57b8f2a (diff) | |
download | mariadb-git-fa4fa0ab90e4e49dde955333667cc606838d8fa9.tar.gz |
Make galera test suites default.
Diffstat (limited to 'plugin/wsrep_info/mysql-test')
-rw-r--r-- | plugin/wsrep_info/mysql-test/wsrep_info/suite.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm index 5fd761896a1..7148a9cf057 100644 --- a/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm +++ b/plugin/wsrep_info/mysql-test/wsrep_info/suite.pm @@ -39,5 +39,7 @@ push @::global_suppressions, $ENV{PATH}="$epath:$ENV{PATH}"; $ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath; +sub is_default { 1 } + bless { }; |