Below is the list of changes that have just been committed into a local
5.1 repository of joerg. When joerg does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet
1.1952 05/11/11 18:48:53 joerg@stripped +1 -0
scripts/make_binary_distribution.sh
Adapt to the directory hierarchy change in 5.1, "ndb" -> "storage/ndb".
scripts/make_binary_distribution.sh
1.102 05/11/11 18:48:47 joerg@stripped +1 -1
Adapt to the directory hierarchy change in 5.1, "ndb" -> "storage/ndb".
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: joerg
# Host: trift2.
# Root: /M51/clone-5.1
--- 1.101/scripts/make_binary_distribution.sh 2005-10-27 19:04:32 +02:00
+++ 1.102/scripts/make_binary_distribution.sh 2005-11-11 18:48:47 +01:00
@@ -308,7 +308,7 @@
# NDB Cluster
if [ x$NDBCLUSTER = x1 ]; then
- ( cd ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
+ ( cd storage/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
( cd mysql-test/ndb ; @MAKE@ DESTDIR=$BASE/ndb-stage install )
$CP $BASE/ndb-stage@bindir@/* $BASE/bin/.
$CP $BASE/ndb-stage@libexecdir@/* $BASE/bin/.
| Thread |
|---|
| • bk commit into 5.1 tree (joerg:1.1952) | Joerg Bruehe | 11 Nov |