From 72104158d692885f75bb8d0de7576fc725a991df Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 22 Jan 2009 18:00:24 +0000 Subject: [PATCH] Fix mistaken removal of --with-innodb and --with-ndbcluster --- mysql.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mysql.spec b/mysql.spec index 25f3d98..8f8346d 100644 --- a/mysql.spec +++ b/mysql.spec @@ -1,6 +1,6 @@ Name: mysql Version: 5.1.30 -Release: 1%{?dist} +Release: 2%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -203,6 +203,8 @@ export CFLAGS CXXFLAGS --with-mysqld-user="mysql" \ --with-extra-charsets=all \ --with-big-tables \ + --with-innodb \ + --with-ndbcluster \ --enable-local-infile \ --enable-largefile \ --enable-thread-safe-client \ @@ -631,6 +633,10 @@ fi %{_mandir}/man1/mysql_client_test.1* %changelog +* Thu Jan 22 2009 Tom Lane 5.1.30-2 +- hm, apparently --with-innodb and --with-ndbcluster are still needed + even though no longer documented ... + * Thu Jan 22 2009 Tom Lane 5.1.30-1 - Update to MySQL 5.1.30. Note that this includes an ABI break for libmysqlclient (it's now got .so major version 16).