diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-07-14 16:24:50 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-07-14 16:24:50 +0300 |
commit | d61c800308df02c6bda80fae5d56d46b6907b44b (patch) | |
tree | a1b12247985eeba1187777a6eeb281f3deac1a49 /storage/rocksdb | |
parent | b0d2a59d9ab6e68461ba01becd791e1ab6e8ae27 (diff) | |
download | mariadb-git-d61c800308df02c6bda80fae5d56d46b6907b44b.tar.gz |
MDEV-23024 Remove Cassandra Storage Enginebb-10.6-MDEV-23024
Cassandra has long been non-functional, doesn't compile, etc.,
and development on it has halted. Since MariaDB Server 10.5,
the build is disabled by default.
It makes sense to remove it as it's just taking up space.
Diffstat (limited to 'storage/rocksdb')
-rw-r--r-- | storage/rocksdb/build_rocksdb.cmake | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/rocksdb/build_rocksdb.cmake b/storage/rocksdb/build_rocksdb.cmake index f7b2170978d..28b860be1b4 100644 --- a/storage/rocksdb/build_rocksdb.cmake +++ b/storage/rocksdb/build_rocksdb.cmake @@ -173,13 +173,6 @@ set(LIBS ${ROCKSDB_LIBS} ${THIRDPARTY_LIBS} ${SYSTEM_LIBS}) # Unit tests themselves: # - *_test.cc # - *_bench.cc -# -# - table/mock_table.cc -# - utilities/cassandra/cassandra_compaction_filter.cc -# - utilities/cassandra/format.cc -# - utilities/cassandra/merge_operator.cc -# - utilities/cassandra/test_utils.cc -# set(ROCKSDB_SOURCES cache/clock_cache.cc cache/lru_cache.cc |