Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
38919f68
Commit
38919f68
authored
Mar 15, 2017
by
Vicențiu Ciorbaru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make rocksdb build as a deb package too
parent
adb74707
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletion
+12
-1
debian/control
debian/control
+9
-0
storage/rocksdb/CMakeLists.txt
storage/rocksdb/CMakeLists.txt
+3
-1
No files found.
debian/control
View file @
38919f68
...
...
@@ -22,6 +22,7 @@ Build-Depends: bison,
libpcre3
-
dev
(>=
2
:
8.35
-
3.2
~),
libreadline
-
gplv2
-
dev
,
libssl
-
dev
,
libsnappy
-
dev
,
libsystemd
-
dev
,
libxml2
-
dev
,
lsb
-
release
,
...
...
@@ -452,6 +453,14 @@ Description: Connect storage engine for MariaDB
other
interesting
features
.
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
Architecture
:
any
Depends
:
libjudydebian1
,
mariadb
-
server
-
10.2
,
${
misc
:
Depends
},
${
shlibs
:
Depends
}
...
...
storage/rocksdb/CMakeLists.txt
View file @
38919f68
...
...
@@ -74,7 +74,9 @@ SET(ROCKSDB_SE_SOURCES
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
)
# Bail out if compilation with rocksdb engine is not requested
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment