diff options
author | Elena Stepanova <elenst@montyprogram.com> | 2017-07-10 00:05:06 +0300 |
---|---|---|
committer | Elena Stepanova <elenst@montyprogram.com> | 2017-07-10 00:05:06 +0300 |
commit | 4df726e1801907d7f3c68ed760c0c8f4df73998b (patch) | |
tree | 40fd50c99bccd0ab325dee16faa9af4b2b2347bd | |
parent | 3af125e082307eec52b462498d0ebb6f401e26c2 (diff) | |
download | mariadb-git-4df726e1801907d7f3c68ed760c0c8f4df73998b.tar.gz |
storage_engine subsuites should also be disabled for XtraDB
-rw-r--r-- | storage/xtradb/mysql-test/storage_engine/parts/suite.pm | 8 | ||||
-rw-r--r-- | storage/xtradb/mysql-test/storage_engine/trx/suite.pm | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/storage/xtradb/mysql-test/storage_engine/parts/suite.pm b/storage/xtradb/mysql-test/storage_engine/parts/suite.pm new file mode 100644 index 00000000000..e186a532dcc --- /dev/null +++ b/storage/xtradb/mysql-test/storage_engine/parts/suite.pm @@ -0,0 +1,8 @@ +package My::Suite::SE::XtraDB; + +@ISA = qw(My::Suite); + +return "Need XtraDB engine"; + +bless { }; + diff --git a/storage/xtradb/mysql-test/storage_engine/trx/suite.pm b/storage/xtradb/mysql-test/storage_engine/trx/suite.pm new file mode 100644 index 00000000000..e186a532dcc --- /dev/null +++ b/storage/xtradb/mysql-test/storage_engine/trx/suite.pm @@ -0,0 +1,8 @@ +package My::Suite::SE::XtraDB; + +@ISA = qw(My::Suite); + +return "Need XtraDB engine"; + +bless { }; + |