List:Internals« Previous MessageNext Message »
From:Sergei Golubchik Date:June 10 2005 12:58pm
Subject:bk commit into 5.0 tree (serg:1.1966)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of serg. When serg 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.1966 05/06/10 12:58:05 serg@stripped +1 -0
  mysql-test/mysql-test-run.sh
      don't start ndb cluster if no test uses it.

  mysql-test/mysql-test-run.sh
    1.269 05/06/10 12:57:54 serg@stripped +5 -0
    don't start ndb cluster if no test uses it.

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-5.0

--- 1.268/mysql-test/mysql-test-run.sh	Sun Jun  5 16:01:05 2005
+++ 1.269/mysql-test/mysql-test-run.sh	Fri Jun 10 12:57:54 2005
@@ -1793,6 +1793,11 @@ then
   $ECHO "Installing Test Databases"
   mysql_install_db
 
+  if [ -n "$1" -a `expr "X$*" : '.*ndb'` -eq 0 ]
+  then
+    USE_NDBCLUSTER=""
+  fi
+
   start_manager
 
 # Do not automagically start daemons if we are in gdb or running only one test
Thread
bk commit into 5.0 tree (serg:1.1966)Sergei Golubchik10 Jun