From f963a53fa52bbdb7192741c960c663ff34d6516b Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.ndb.mysql.com" <> Date: Mon, 7 Feb 2005 16:25:07 +0100 Subject: [PATCH] mysql.spec.sh: removed typo moved pre to post for directory creation add changelog comments --- support-files/mysql.spec.sh | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 0d72356731c..b06ba462b26 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -488,14 +488,7 @@ chmod -R og-rw $mysql_datadir/mysql sleep 2 -%pre ndb-storage -mysql_clusterdir=/var/lib/mysql-cluster - -# Create cluster directory if needed -if test ! -d $mysql_clusterdir; then mkdir -m755 $mysql_clusterdir; fi - - -%pre ndb-storage +%post ndb-storage mysql_clusterdir=/var/lib/mysql-cluster # Create cluster directory if needed @@ -701,6 +694,12 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Monday Feb 7 2005 Tomas Ulin + +- enabled the "Ndbcluster" storage engine for the max binary +- added extra make install in ndb subdir after Max build to get ndb binaries +- added packages for ndbcluster storage engine + * Fri Jan 14 2005 Lenz Grimmer - replaced obsoleted "BuildPrereq" with "BuildRequires" instead