Commit 38919f68 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

Make rocksdb build as a deb package too

parent adb74707
...@@ -22,6 +22,7 @@ Build-Depends: bison, ...@@ -22,6 +22,7 @@ Build-Depends: bison,
libpcre3-dev (>= 2:8.35-3.2~), libpcre3-dev (>= 2:8.35-3.2~),
libreadline-gplv2-dev, libreadline-gplv2-dev,
libssl-dev, libssl-dev,
libsnappy-dev,
libsystemd-dev, libsystemd-dev,
libxml2-dev, libxml2-dev,
lsb-release, lsb-release,
...@@ -452,6 +453,14 @@ Description: Connect storage engine for MariaDB ...@@ -452,6 +453,14 @@ Description: Connect storage engine for MariaDB
other interesting features. other interesting features.
This package contains the Connect plugin for MariaDB. This package contains the Connect plugin for MariaDB.
Package: mariadb-plugin-rocksdb
Architecture: any
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
Description: RocksDB storage engine for MariaDB
The RocksDB storage engine is a high performance storage engine, aimed
at maximising storage efficiency while maintaining InnoDB-like performance.
This package contains the RocksDB plugin for MariaDB.
Package: mariadb-plugin-oqgraph Package: mariadb-plugin-oqgraph
Architecture: any Architecture: any
Depends: libjudydebian1, mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends} Depends: libjudydebian1, mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
......
...@@ -74,7 +74,9 @@ SET(ROCKSDB_SE_SOURCES ...@@ -74,7 +74,9 @@ SET(ROCKSDB_SE_SOURCES
rdb_psi.cc rdb_psi.cc
) )
MYSQL_ADD_PLUGIN(rocksdb_se ${ROCKSDB_SE_SOURCES} STORAGE_ENGINE MODULE_OUTPUT_NAME ha_rocksdb) MYSQL_ADD_PLUGIN(rocksdb_se ${ROCKSDB_SE_SOURCES} STORAGE_ENGINE
MODULE_OUTPUT_NAME ha_rocksdb
COMPONENT rocksdb-engine)
IF(NOT TARGET rocksdb_se) IF(NOT TARGET rocksdb_se)
# Bail out if compilation with rocksdb engine is not requested # Bail out if compilation with rocksdb engine is not requested
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment