From 73922df2c384596ad7e40604818946480be29100 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Nov 2010 19:37:09 +0100 Subject: MySQL: fix EL4 build --- mysql.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mysql.spec') diff --git a/mysql.spec b/mysql.spec index 51e391d..fa89563 100644 --- a/mysql.spec +++ b/mysql.spec @@ -249,6 +249,9 @@ export CFLAGS CXXFLAGS --with-big-tables \ --with-pic \ --with-plugin-innobase \ +%if 0%{?rhel} == 4 + --without-plugin-innodb_plugin \ +%endif --with-plugin-archive \ --with-plugin-blackhole \ --with-plugin-csv \ @@ -619,6 +622,7 @@ fi * Fri Nov 19 2010 Remi Collet - 5.1.53-1 - Update to MySQL 5.1.53 Community Server GA - add startsos to init script (--skip-grant-tables --skip-networking) +- disable innodb plugin on EL-4 (breaks test) * Tue Nov 02 2010 Remi Collet - 5.1.52-1 - Update to MySQL 5.1.52 Community Server GA -- cgit