[Pkg-mysql-commits] [mariadb-5.5] 01/01: Disable TokuDB until MDEV-6449 is fixed.

Otto Kekäläinen ottok-guest at moszumanska.debian.org
Wed Jul 16 14:14:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

ottok-guest pushed a commit to branch master
in repository mariadb-5.5.

commit d8b9dd6a47f79d886b0c6519a73fcbdebda210b5
Author: Otto Kekäläinen <otto.kekalainen at seravo.fi>
Date:   Wed Jul 16 16:47:41 2014 +0300

    Disable TokuDB until MDEV-6449 is fixed.
---
 debian/changelog |  2 ++
 debian/rules     | 10 +++++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 38cc413..b9e6805 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ mariadb-5.5 (5.5.38-1) unstable; urgency=low
   * Made libterm-readkey-perl a depends instead of suggest (LP: #1324082)
   * Add patch to fix HPPA build error (Closes: #751805)
   * Fixed lots and lots of Lintian warnings
+  * Disabled TokuDB (Closes: #753222). Remember to re-enable if once
+    https://mariadb.atlassian.net/browse/MDEV-6449 is closed.
 
  -- Otto Kekäläinen <otto at seravo.fi>  Tue, 17 Jun 2014 16:24:35 +0300
 
diff --git a/debian/rules b/debian/rules
index 88d2fd6..d582ce9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,13 @@ ifneq (,$(filter $(ARCH), i386 kfreebsd-i386 hurd-i386))
 endif
 
 # Skip TokuDB if arch is not amd64
-ifneq ($(ARCH), amd64)
-    TOKUDB_OPT="-DWITHOUT_TOKUDB=true"
-endif
+#ifneq ($(ARCH), amd64)
+#    TOKUDB_OPT="-DWITHOUT_TOKUDB=true"
+#endif
+
+# Disable TokuDB until https://mariadb.atlassian.net/browse/MDEV-6449 gets fixed
+TOKUDB_OPT="-DWITHOUT_TOKUDB=true"
+
 
 export MYSQL_BUILD_CC=$(DEB_HOST_GNU_TYPE)-gcc
 export MYSQL_BUILD_CXX=$(DEB_HOST_GNU_TYPE)-g++

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git



More information about the Pkg-mysql-commits mailing list