diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-29 10:59:22 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-29 10:59:22 +0200 |
commit | 4da22738765ecc31fe9e253d349ca6e9d0f5d985 (patch) | |
tree | 3e8530e940109e178ca2085f5f238b890c686646 /storage/cassandra | |
parent | e9572e53e63e8e0b84006d99860c38578dede21f (diff) | |
parent | fafe60e7e2da72488ff3741367a962b45a23b8ee (diff) | |
download | mariadb-git-4da22738765ecc31fe9e253d349ca6e9d0f5d985.tar.gz |
Merge 10.3 into 10.4
Diffstat (limited to 'storage/cassandra')
-rw-r--r-- | storage/cassandra/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/cassandra/CMakeLists.txt b/storage/cassandra/CMakeLists.txt index 7f94c94f69d..fe32f69c10b 100644 --- a/storage/cassandra/CMakeLists.txt +++ b/storage/cassandra/CMakeLists.txt @@ -1,3 +1,12 @@ + +SET(CPACK_RPM_cassandra-engine_PACKAGE_SUMMARY "Cassandra storage engine for MariaDB" PARENT_SCOPE) +SET(CPACK_RPM_cassandra-engine_PACKAGE_DESCRIPTION "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." PARENT_SCOPE) + # use the first path that has Thrift.h included, if found FIND_PATH(Thrift_INCLUDE_DIRS Thrift.h PATHS |