diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-04-19 23:51:52 +0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2020-04-23 10:07:07 +0300 |
commit | 9cc1c74ca3391779d5f00ece09981d2932cf173b (patch) | |
tree | 6a451d6b149972e701e423612e5d8a183b81d148 /debian/control | |
parent | 86f59e86152d3cf8a6f1b961975fa8a3021d1584 (diff) | |
download | mariadb-git-9cc1c74ca3391779d5f00ece09981d2932cf173b.tar.gz |
MDEV-21944: Remove TokuDB from Debian packaging
It was already disabled in 1589cf1cb3048984240f025ddc0c82fb311827fc but
turns out that as long as the packaging is there, is requires maintenance,
ensuring it still builds, debugging failing tests etc and that takes its
toll and is not worth all the extra work. Having it "only disabled" does
not help, since either we have it and keep it tested and working, or we
don't have it and don't spend time on keeping it working and tested.
In MDEV-19780 there was already a decision to drop TokuDB from MariaDB.
If somebody wants TokuDB, they can use the 10.4 branch.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/debian/control b/debian/control index e91879b31d5..c40c02a7495 100644 --- a/debian/control +++ b/debian/control @@ -528,10 +528,6 @@ Conflicts: mariadb-server (<< ${source:Version}), mariadb-server-5.2, mariadb-server-5.3, mariadb-server-5.5, - mariadb-tokudb-engine-10.0, - mariadb-tokudb-engine-10.1, - mariadb-tokudb-engine-10.2, - mariadb-tokudb-engine-5.5, mysql-client-5.5 (<< ${source:Version}), mysql-client-5.6 (<< ${source:Version}), mysql-client-5.7 (<< ${source:Version}), @@ -558,10 +554,6 @@ Replaces: libmariadbclient-dev (<< 5.5.0), mariadb-server-5.2, mariadb-server-5.3, mariadb-server-5.5, - mariadb-tokudb-engine-10.0, - mariadb-tokudb-engine-10.1, - mariadb-tokudb-engine-10.2, - mariadb-tokudb-engine-5.5, mysql-client-5.5 (<< ${source:Version}), mysql-client-5.6 (<< ${source:Version}), mysql-client-5.7 (<< ${source:Version}), @@ -685,28 +677,6 @@ Description: OQGraph storage engine for MariaDB (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL. This package contains the OQGraph plugin for MariaDB. -Package: mariadb-plugin-tokudb -Architecture: amd64 -Depends: libjemalloc1 (>= 3.0.0~) | libjemalloc2, - mariadb-server-10.5 (= ${binary:Version}), - ${misc:Depends}, - ${shlibs:Depends} -Breaks: mariadb-server-10.0, - mariadb-server-10.1, - mariadb-server-10.2, - mariadb-server-10.3, - mariadb-server-10.4 -Replaces: mariadb-server-10.0, - mariadb-server-10.1, - mariadb-server-10.2, - mariadb-server-10.3, - mariadb-server-10.4 -Description: TokuDB storage engine for MariaDB - The TokuDB storage engine is for use in high-performance and write-intensive - environments, offering increased compression and better performance based - on fractal indexes. - This package contains the TokuDB plugin for MariaDB. - Package: mariadb-plugin-mroonga Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx Depends: mariadb-server-10.5 (= ${binary:Version}), |