List:Commits« Previous MessageNext Message »
From:kent Date:November 10 2006 1:23am
Subject:bk commit into 4.1 tree (kent:1.2545)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of kent. When kent 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, 2006-11-10 02:22:33+01:00, kent@stripped +1 -0
  mysql-test-run.sh:
    Added --force-restart pseudo server argument to shell version as well

  mysql-test/mysql-test-run.sh@stripped, 2006-11-10 02:20:47+01:00, kent@stripped +5 -2
    Added --force-restart pseudo server argument to shell version as well

# 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:	kent
# Host:	c-634072d5.010-2112-6f72651.cust.bredbandsbolaget.se
# Root:	/Users/kent/mysql/bk/lic/my41-lic

--- 1.269/mysql-test/mysql-test-run.sh	2006-11-10 02:23:10 +01:00
+++ 1.270/mysql-test/mysql-test-run.sh	2006-11-10 02:23:10 +01:00
@@ -1606,10 +1606,13 @@
        --result-file=*)
          result_file=`$ECHO "$EXTRA_MASTER_OPT" | $SED -e "s;--result-file=;;"`
          result_file="r/$result_file.result"
-         # Note that this must be set to space, not "" for test-reset to
-# work
+         # Note that this must be set to space, not "" for test-reset to work
 	 EXTRA_MASTER_OPT=" "
          ;;
+       --force-restart)
+         # Note that this must be set to space, not "" for test-reset to work
+	 EXTRA_MASTER_OPT=" "
+	 ;;
      esac
      stop_master
      stop_master 1
Thread
bk commit into 4.1 tree (kent:1.2545)kent10 Nov