Skip to content
Permalink
Browse files
storage_engine subsuites should also be disabled for XtraDB
  • Loading branch information
elenst committed Jul 9, 2017
1 parent 3af125e commit 4df726e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
@@ -0,0 +1,8 @@
package My::Suite::SE::XtraDB;

@ISA = qw(My::Suite);

return "Need XtraDB engine";

bless { };

@@ -0,0 +1,8 @@
package My::Suite::SE::XtraDB;

@ISA = qw(My::Suite);

return "Need XtraDB engine";

bless { };

0 comments on commit 4df726e

Please sign in to comment.