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
adbf6caa
Commit
adbf6caa
authored
Feb 07, 2018
by
Vicentiu Ciorbaru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/control Include myrocks_hotbackup into mariadb-plugin-rocksdb
parent
cbe566dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
debian/autobake-deb.sh
debian/autobake-deb.sh
+1
-1
debian/control
debian/control
+1
-0
debian/mariadb-plugin-rocksdb.install
debian/mariadb-plugin-rocksdb.install
+1
-0
No files found.
debian/autobake-deb.sh
View file @
adbf6caa
...
...
@@ -82,7 +82,7 @@ GCCVERSION=$(gcc -dumpfullversion -dumpversion | sed -e 's/\.\([0-9][0-9]\)/\1/g
# x86 32 bit.
if
[[
$GCCVERSION
-lt
40800
]]
||
[[
$(
arch
)
=
~ i[346]86
]]
then
sed
'/Package: mariadb-plugin-rocksdb/,+
9
d'
-i
debian/control
sed
'/Package: mariadb-plugin-rocksdb/,+
10
d'
-i
debian/control
fi
if
[[
$GCCVERSION
-lt
40800
]]
then
...
...
debian/control
View file @
adbf6caa
...
...
@@ -455,6 +455,7 @@ Architecture: any
Depends
:
mariadb
-
server
-
10.2
(=
${
binary
:
Version
}),
${
misc
:
Depends
},
${
shlibs
:
Depends
}
Recommends
:
python
-
mysqldb
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
.
...
...
debian/mariadb-plugin-rocksdb.install
View file @
adbf6caa
etc
/
mysql
/
conf
.
d
/
rocksdb
.
cnf
etc
/
mysql
/
mariadb
.
conf
.
d
usr
/
lib
/
mysql
/
plugin
/
ha_rocksdb
.
so
usr
/
bin
/
mysql_ldb
usr
/
bin
/
myrocks_hotbackup
usr
/
bin
/
sst_dump
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