summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-02-07 16:25:51 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-02-07 16:25:51 +0100
commit4a196cc4d3ef589d5d2aa1b39e31ff6ab82ac271 (patch)
tree1058dfb52324279d0bc36f4a1be69b8e007a081c
parentf3f2ec2f91abc1c6a6486e5ca4f6e2fdbe20343d (diff)
parente7119f62a8452678c9ab99bb1b57905dbbeb2978 (diff)
downloadmariadb-git-4a196cc4d3ef589d5d2aa1b39e31ff6ab82ac271.tar.gz
Merge tulin@bk-internal.mysql.com:/home/bk/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
-rw-r--r--support-files/mysql.spec.sh15
1 files 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 <tomas@mysql.com>
+
+- 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 <lenz@mysql.com>
- replaced obsoleted "BuildPrereq" with "BuildRequires" instead