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
85bef794
Commit
85bef794
authored
Aug 16, 2019
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-19780 Remove the TokuDB storage engine
disable tokudb, because it's being deprecated by the vendor
parent
5931a458
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
debian/autobake-deb.sh
debian/autobake-deb.sh
+2
-0
storage/tokudb/CMakeLists.txt
storage/tokudb/CMakeLists.txt
+1
-0
No files found.
debian/autobake-deb.sh
View file @
85bef794
...
...
@@ -106,6 +106,8 @@ then
sed
'/Package: mariadb-plugin-cassandra/,/^$/d'
-i
debian/control
fi
sed
-i
-e
"/Package: mariadb-plugin-tokudb/,/^
$/
d"
debian/control
# Mroonga, TokuDB never built on Travis CI anyway, see build flags above
if
[[
$TRAVIS
]]
then
...
...
storage/tokudb/CMakeLists.txt
View file @
85bef794
...
...
@@ -38,6 +38,7 @@ SET(TOKUDB_SOURCES
tokudb_thread.cc
tokudb_dir_cmd.cc
)
MYSQL_ADD_PLUGIN
(
tokudb
${
TOKUDB_SOURCES
}
STORAGE_ENGINE MODULE_ONLY
DISABLED
COMPONENT tokudb-engine CONFIG
${
CMAKE_CURRENT_BINARY_DIR
}
/tokudb.cnf
)
IF
(
NOT TARGET tokudb
)
...
...
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