MDEV-29993: myrocks_hotbackup.1 and test suite files installed when engine is disabled
This commit is contained in:
parent
d0abbdf56e
commit
cba102408c
@ -1,5 +1,10 @@
|
|||||||
# TODO: Copyrights
|
# TODO: Copyrights
|
||||||
|
|
||||||
|
IF(PLUGIN_ROCKSDB STREQUAL "NO")
|
||||||
|
ADD_FEATURE_INFO(ROCKSDB "OFF" "Storage Engine")
|
||||||
|
RETURN()
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
SET(CPACK_RPM_rocksdb-engine_PACKAGE_SUMMARY "RocksDB storage engine for MariaDB server" PARENT_SCOPE)
|
SET(CPACK_RPM_rocksdb-engine_PACKAGE_SUMMARY "RocksDB storage engine for MariaDB server" PARENT_SCOPE)
|
||||||
SET(CPACK_RPM_rocksdb-engine_PACKAGE_DESCRIPTION "The RocksDB storage engine is a high performance storage engine, aimed
|
SET(CPACK_RPM_rocksdb-engine_PACKAGE_DESCRIPTION "The RocksDB storage engine is a high performance storage engine, aimed
|
||||||
at maximising storage efficiency while maintaining InnoDB-like performance." PARENT_SCOPE)
|
at maximising storage efficiency while maintaining InnoDB-like performance." PARENT_SCOPE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user