diff options
author | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 16:27:16 +0100 |
---|---|---|
committer | tomas@poseidon.ndb.mysql.com <> | 2005-02-07 16:27:16 +0100 |
commit | e0f82ff5fac8bfd98af127f95d991ec394128a88 (patch) | |
tree | e5c069f92256acfb5e966479e3ddce99d651294e /support-files | |
parent | 558af8e2eaffab695c4057cdbee2cad1cd13f2b0 (diff) | |
parent | 3a0d0e996a96e112f21c8ffcb260a69f016e07a2 (diff) | |
download | mariadb-git-e0f82ff5fac8bfd98af127f95d991ec394128a88.tar.gz |
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-4.1
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index d9e0517343c..111efab94f9 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -490,14 +490,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 @@ -696,6 +689,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 |