List:Internals« Previous MessageNext Message »
From:tomas Date:April 14 2005 8:36am
Subject:bk commit into 5.1 tree (tomas:1.1872)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1872 05/04/14 10:36:03 tomas@stripped +1 -0
  corrected error in last change

  mysql-test/mysql-test-run.sh
    1.257 05/04/14 10:35:56 tomas@stripped +1 -1
    corrected error in last change

# 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:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.1-wl2325

--- 1.256/mysql-test/mysql-test-run.sh	2005-04-14 03:25:30 +02:00
+++ 1.257/mysql-test/mysql-test-run.sh	2005-04-14 10:35:56 +02:00
@@ -511,7 +511,7 @@
 
 NDBCLUSTER_OPTS="--port=$NDBCLUSTER_PORT --data-dir=$MYSQL_TEST_DIR/var --ndb_mgm-extra-opts=$NDB_MGM_EXTRA_OPTS --ndb_mgmd-extra-opts=$NDB_MGMD_EXTRA_OPTS --ndbd-extra-opts=$NDBD_EXTRA_OPTS"
 if [ -n USE_NDBCLUSTER_SLAVE ] ; then
-  USE_NDBCLUSTER="$NDBCLUSTER --ndb-connectstring=localhost:$SLAVE_NDBCLUSTER_PORT"
+  USE_NDBCLUSTER_SLAVE="$USE_NDBCLUSTER_SLAVE --ndb-connectstring=localhost:$SLAVE_NDBCLUSTER_PORT"
 fi
 NDB_BACKUP_DIR=$MYSQL_TEST_DIR/var/ndbcluster-$NDBCLUSTER_PORT
 NDB_TOOLS_OUTPUT=$MYSQL_TEST_DIR/var/log/ndb_tools.log
Thread
bk commit into 5.1 tree (tomas:1.1872)tomas23 Apr