From 539489a7a2941de1d5c31cc14e64f0b4ae1920cc Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 18 Jul 2014 11:57:24 +0200 Subject: [PATCH] Disable TokuDB temporarily, until https://mariadb.atlassian.net/browse/MDEV-6446 is solved --- mariadb.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index 2274fb5..d586a49 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -10,7 +10,8 @@ # TokuDB engine is now part of MariaDB, but it is available only for x86_64; # variable tokudb allows to build with TokuDB storage engine -%ifarch x86_64 +# Temporarily disabled for https://mariadb.atlassian.net/browse/MDEV-6446 +%ifarch 0 #x86_64 %bcond_without tokudb %else %bcond_with tokudb @@ -836,7 +837,7 @@ fi %changelog * Tue Jul 15 2014 Honza Horak - 1:10.0.12-3 - Enable OQGRAPH engine -- Enable TokuDB engine for x86_64 +- Add support for TokuDB engine for x86_64 (currently still disabled) - Re-enable tokudb_innodb_xa_crash again, seems to be fixed now - Drop superfluous -libs and -embedded ldconfig deps (thanks Ville Skyttä) - Separate -lib and -common sub-packages