MDEV-19780 Remove the TokuDB storage engine
disable tokudb, because it's being deprecated by the vendor
This commit is contained in:
parent
5931a45890
commit
85bef794f7
2
debian/autobake-deb.sh
vendored
2
debian/autobake-deb.sh
vendored
@ -106,6 +106,8 @@ then
|
|||||||
sed '/Package: mariadb-plugin-cassandra/,/^$/d' -i debian/control
|
sed '/Package: mariadb-plugin-cassandra/,/^$/d' -i debian/control
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sed -i -e "/Package: mariadb-plugin-tokudb/,/^$/d" debian/control
|
||||||
|
|
||||||
# Mroonga, TokuDB never built on Travis CI anyway, see build flags above
|
# Mroonga, TokuDB never built on Travis CI anyway, see build flags above
|
||||||
if [[ $TRAVIS ]]
|
if [[ $TRAVIS ]]
|
||||||
then
|
then
|
||||||
|
@ -38,6 +38,7 @@ SET(TOKUDB_SOURCES
|
|||||||
tokudb_thread.cc
|
tokudb_thread.cc
|
||||||
tokudb_dir_cmd.cc)
|
tokudb_dir_cmd.cc)
|
||||||
MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY
|
MYSQL_ADD_PLUGIN(tokudb ${TOKUDB_SOURCES} STORAGE_ENGINE MODULE_ONLY
|
||||||
|
DISABLED
|
||||||
COMPONENT tokudb-engine CONFIG ${CMAKE_CURRENT_BINARY_DIR}/tokudb.cnf)
|
COMPONENT tokudb-engine CONFIG ${CMAKE_CURRENT_BINARY_DIR}/tokudb.cnf)
|
||||||
|
|
||||||
IF(NOT TARGET tokudb)
|
IF(NOT TARGET tokudb)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user