From c416e87bc210d66983b13b6e3f6df530cc870687 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Tue, 6 Oct 2015 10:29:43 +0000 Subject: [PATCH] - disable tokudb, broken build --- mysql.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index a770e4f..32b6237 100644 --- a/mysql.spec +++ b/mysql.spec @@ -23,7 +23,7 @@ %bcond_with tests # FIXME: don't run correctly %bcond_with ndb # NDB is now a separate product, this here is broken, so disable it -%define rel 1 +%define rel 2 %define percona_rel 74.0 %include /usr/lib/rpm/macros.perl Summary: MySQL: a very fast and reliable SQL database engine @@ -548,6 +548,8 @@ cd build -DWITH_PIC=ON \ -DWITH_READLINE=system \ -DWITH_SSL=%{?with_ssl:system}%{!?with_ssl:no} \ + -DWITHOUT_TOKUDB=1 \ + -DWITHOUT_TOKUDB_STORAGE_ENGINE=1 \ -DWITH_UNIT_TESTS=%{?with_tests:ON}%{!?with_tests:OFF} \ -DWITH_ZLIB=system \ .. -- 2.44.0