[mariadb/f21] Enable tokudb

Matej Mužila mmuzila at fedoraproject.org
Fri Feb 20 07:34:35 UTC 2015


commit c5107aca93683bc06ea5dda3f40b1a8c075ee6ad
Author: Matej Muzila <mmuzila at redhat.com>
Date:   Fri Feb 20 08:25:08 2015 +0100

    Enable tokudb

 mariadb.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index dc6778a..3bc3a5d 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -19,7 +19,7 @@
 # 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 x86_64
 %bcond_without tokudb
 %else
 %bcond_with tokudb
@@ -118,7 +118,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
@@ -1189,6 +1189,9 @@ fi
 %endif
 
 %changelog
+* Wed Feb 18 2015 Matej Muzila <mmuzila at redhat.com> - 1:10.0.16-3
+- Enable tokudb
+
 * Tue Feb 10 2015 Honza Horak <hhorak at redhat.com> - 1:10.0.16-3
 - Fix openssl_1 test
 


More information about the scm-commits mailing list