summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-25 19:37:09 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-25 19:37:09 +0100
commit73922df2c384596ad7e40604818946480be29100 (patch)
tree0cbde0e51d2808ebf1ab11edce0e99a71aff3bb9
parent09d30123607ac584622ca15669d0aeda9a318f56 (diff)
MySQL: fix EL4 build
-rw-r--r--mysql.spec4
1 files changed, 4 insertions, 0 deletions
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 <RPMS@FamilleCollet.com> - 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 <RPMS@FamilleCollet.com> - 5.1.52-1
- Update to MySQL 5.1.52 Community Server GA