List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:May 6 2005 6:58pm
Subject:bk commit into 4.1 tree (joreland:1.2234)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas 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.2234 05/05/06 18:58:46 joreland@stripped +1 -0
  ndb - autotest
    fix to ndb-autotest.sh

  ndb/test/run-test/ndb-autotest.sh
    1.5 05/05/06 18:58:43 joreland@stripped +1 -1
    Add bin/ to get access to ndb_cpcc

# 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:	joreland
# Host:	eel.mysql.com
# Root:	/home/jonas/src/mysql-4.1

--- 1.4/ndb/test/run-test/ndb-autotest.sh	Fri May  6 16:41:43 2005
+++ 1.5/ndb/test/run-test/ndb-autotest.sh	Fri May  6 18:58:43 2005
@@ -112,7 +112,7 @@
 html=$test_dir/make-html-reports.sh
 mkconfig=$run_dir/mysql-test/ndb/make-config.sh
 
-PATH=$test_dir:$PATH
+PATH=$run_dir/bin:$test_dir:$PATH
 export PATH
 
 filter(){
Thread
bk commit into 4.1 tree (joreland:1.2234)jonas.oreland6 May