[mariadb/f22] Enable tokudb

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


commit a02a49cae751949d258dfe1bd7e56a3cf7a46b0a
Author: Matej Muzila <mmuzila at redhat.com>
Date:   Fri Feb 13 11:00:18 2015 +0100

    Enable tokudb

 mariadb.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
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 <mmuzila at redhat.com> - 1:10.0.16-4
+- 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