From a02a49cae751949d258dfe1bd7e56a3cf7a46b0a Mon Sep 17 00:00:00 2001 From: Matej Muzila Date: Feb 18 2015 12:48:18 +0000 Subject: Enable tokudb --- diff --git a/mariadb.spec b/mariadb.spec index 7bb1823..ed867cc 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -21,7 +21,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 # Temporarily disabled in F21+ for https://mariadb.atlassian.net/browse/MDEV-6446 -%ifarch 0%{?fedora} < 21 #x86_64 +#%ifarch 0%{?fedora} < 21 #x86_64 +%ifarch x86_64 %bcond_without tokudb %else %bcond_with tokudb @@ -108,7 +109,7 @@ Name: mariadb Version: %{compatver}.%{bugfixver} -Release: 3%{?with_debug:.debug}%{?dist} +Release: 4%{?with_debug:.debug}%{?dist} Epoch: 1 Summary: A community developed branch of MySQL @@ -1126,6 +1127,9 @@ fi %endif %changelog +* Fri Feb 13 2015 Matej Muzila - 1:10.0.16-4 +- Enable tokudb + * Tue Feb 10 2015 Honza Horak - 1:10.0.16-3 - Fix openssl_1 test