summaryrefslogtreecommitdiff
path: root/storage/xtradb/mysql-test/storage_engine/trx/suite.pm
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/mysql-test/storage_engine/trx/suite.pm')
-rw-r--r--storage/xtradb/mysql-test/storage_engine/trx/suite.pm8
1 files changed, 8 insertions, 0 deletions
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 { };
+