summaryrefslogtreecommitdiff
path: root/storage/xtradb
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2017-08-08 19:59:42 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2017-08-09 13:00:01 +0300
commitefa4996bb78d06514c1213b6a2506f67352cfd8f (patch)
tree2b82126aed9971127b4fe2a601b3d0b8cded6dcf /storage/xtradb
parentf5b0c47b58e94279a1fe305b4dd6f405789e52b0 (diff)
downloadmariadb-git-efa4996bb78d06514c1213b6a2506f67352cfd8f.tar.gz
Remove stray XtraDB files
The XtraDB storage engine is not used in MariaDB 10.2, and it no longer exists starting with MariaDB 10.3.1.
Diffstat (limited to 'storage/xtradb')
-rw-r--r--storage/xtradb/mysql-test/storage_engine/parts/suite.pm8
-rw-r--r--storage/xtradb/mysql-test/storage_engine/trx/suite.pm8
2 files changed, 0 insertions, 16 deletions
diff --git a/storage/xtradb/mysql-test/storage_engine/parts/suite.pm b/storage/xtradb/mysql-test/storage_engine/parts/suite.pm
deleted file mode 100644
index e186a532dcc..00000000000
--- a/storage/xtradb/mysql-test/storage_engine/parts/suite.pm
+++ /dev/null
@@ -1,8 +0,0 @@
-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
deleted file mode 100644
index e186a532dcc..00000000000
--- a/storage/xtradb/mysql-test/storage_engine/trx/suite.pm
+++ /dev/null
@@ -1,8 +0,0 @@
-package My::Suite::SE::XtraDB;
-
-@ISA = qw(My::Suite);
-
-return "Need XtraDB engine";
-
-bless { };
-