From 79241584962560567a353f53e92413398d38c971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 14 May 2020 10:11:47 +0300 Subject: MDEV-19780 Remove the TokuDB storage engine The TokuDB storage engine has been deprecated by upstream Percona Server 8.0 in favor of MyRocks and will not be available in subsequent major upstream releases. Let us remove it from MariaDB Server as well. MyRocks is actively maintained, and it can be used instead. --- BUILD/SETUP.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'BUILD/SETUP.sh') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 82262098d7a..94e21df15a1 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -198,8 +198,6 @@ base_configs="$base_configs --with-extra-charsets=complex " base_configs="$base_configs --enable-thread-safe-client " base_configs="$base_configs --with-big-tables $maintainer_mode" base_configs="$base_configs --with-plugin-aria --with-aria-tmp-tables --with-plugin-s3=STATIC" -# Following is to get tokudb to work -base_configs="$base_configs --with-jemalloc=NO" if test -d "$path/../cmd-line-utils/readline" then @@ -303,7 +301,7 @@ gcov_compile_flags="$gcov_compile_flags -DMYSQL_SERVER_SUFFIX=-gcov -DHAVE_gcov" # # The following plugins doesn't work on 32 bit systems -disable_64_bit_plugins="--without-plugin-tokudb --without-plugin-rocksdb" +disable_64_bit_plugins="--without-plugin-rocksdb" # GCC4 needs -fprofile-arcs -ftest-coverage on the linker command line (as well -- cgit v1.2.1