List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:September 7 2007 9:09am
Subject:bk commit into 5.1 tree (stewart:1.2565)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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@stripped, 2007-09-07 19:09:40+10:00, stewart@stripped +1 -0
  [PATCH] attempt to have atrt run mtr
  
  Index: ndb-work/storage/ndb/test/run-test/atrt-mysql-test-run
  ===================================================================

  storage/ndb/test/run-test/atrt-mysql-test-run@stripped, 2007-09-07 19:05:14+10:00, stewart@stripped +1 -1
    attempt to have atrt run mtr

diff -Nrup a/storage/ndb/test/run-test/atrt-mysql-test-run b/storage/ndb/test/run-test/atrt-mysql-test-run
--- a/storage/ndb/test/run-test/atrt-mysql-test-run	2005-04-08 10:44:32 +10:00
+++ b/storage/ndb/test/run-test/atrt-mysql-test-run	2007-09-07 19:05:14 +10:00
@@ -3,7 +3,7 @@
 set -x
 p=`pwd`
 cd $MYSQL_BASE_DIR/mysql-test 
-./mysql-test-run --with-ndbcluster --ndb-connectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt
+./mysql-test-run --ndb-connectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt
 
 f=`grep -c '\[ fail \]' $p/output.txt`
 o=`grep -c '\[ pass \]' $p/output.txt`
Thread
bk commit into 5.1 tree (stewart:1.2565)Stewart Smith8 Sep