Below is the list of changes that have just been committed into a local
4.1 repository of stewart. When stewart 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.2481 06/01/20 00:08:26 stewart@stripped +1 -0
reintroduce --no-defaults to ndb_mgmd
mysql-test/ndb/ndbcluster.sh
1.41 06/01/20 00:08:22 stewart@stripped +1 -1
have made a real fix for mgmd not starting with --no-defaults. re-introduce it to the test suite
# 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: stewart
# Host: willster.(none)
# Root: /home/stewart/Documents/MySQL/4.1/main
--- 1.40/mysql-test/ndb/ndbcluster.sh 2006-01-19 22:50:51 +11:00
+++ 1.41/mysql-test/ndb/ndbcluster.sh 2006-01-20 00:08:22 +11:00
@@ -135,7 +135,7 @@
fi
exec_mgmtclient="$exec_mgmtclient --no-defaults $NDB_MGM_EXTRA_OPTS"
-exec_mgmtsrvr="$exec_mgmtsrvr $NDB_MGMD_EXTRA_OPTS"
+exec_mgmtsrvr="$exec_mgmtsrvr --no-defaults $NDB_MGMD_EXTRA_OPTS"
exec_ndb="$exec_ndb --no-defaults $NDBD_EXTRA_OPTS"
exec_waiter="$exec_waiter --no-defaults"
| Thread |
|---|
| • bk commit into 4.1 tree (stewart:1.2481) | Stewart Smith | 19 Jan |