From da64ec1ede5a4c795cedfe0b7010a07637b68f44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Mon, 13 Apr 2020 09:33:02 +0300 Subject: MDEV-19110: Remove Cassandra from Debian packaging Cassandra has deprecated their Thrift interface years ago (a few months after Cassandra SE was released). The new way to access Cassandra is to use the CQL Connector, which does not use Thrift. There have been talks to make a CassandraSE V2 but no usable code have been produced. The motivation to keep CassandraSE in the MariaDB source code is to have it as an example for such future attempts. It can stay in the source code but it should be removed from packaging to avoid Debian packaging maintenance work around trying to compile it and have tests pass on new platform. If somebody wants Cassandra, they can use the 10.4 branch. --- debian/control | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c40c02a7495..5bd50e818da 100644 --- a/debian/control +++ b/debian/control @@ -718,29 +718,6 @@ Description: Spider storage engine for MariaDB instances to be handled as if they were on the same instance. It refers to one possible implementation of ISO/IEC 9075-9:2008 SQL/MED. -Package: mariadb-plugin-cassandra -Architecture: any -Depends: 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: Cassandra storage engine for MariaDB - The Cassandra Storage Engine allows access to data in a Cassandra cluster from - MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage - engine) makes Cassandra's column family appear as a table in MariaDB that you - can insert to, update, and select from. You can write joins against this table, - it is possible to join data that's stored in MariaDB with data that's stored in - Cassandra. - Package: mariadb-plugin-gssapi-server Architecture: any Depends: libgssapi-krb5-2, -- cgit v1.2.1