List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 1 2006 12:11pm
Subject:bk commit into 4.1 tree (joerg:1.2475)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of joerg. When joerg 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.2475 06/03/01 13:10:59 joerg@stripped +1 -0
  Merge mysql.com:/M40/comment-4.0 into mysql.com:/M41/comment-4.1

  mysql-test/mysql-test-run.sh
    1.261 06/03/01 13:10:57 joerg@stripped +0 -0
    Auto merged

# 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:	joerg
# Host:	trift2.
# Root:	/M41/comment-4.1/RESYNC

--- 1.260/mysql-test/mysql-test-run.sh	2006-02-11 23:33:54 +01:00
+++ 1.261/mysql-test/mysql-test-run.sh	2006-03-01 13:10:57 +01:00
@@ -476,6 +476,13 @@
     --fast)
       FAST_START=1
       ;;
+    --comment=*)
+      TMP=`$ECHO "$1" | $SED -e "s;--comment=;;"`
+      echo
+      echo '############################################'
+      echo "# $TMP"
+      echo '############################################'
+      ;;
     -- )  shift; break ;;
     --* ) $ECHO "Unrecognized option: $1"; exit 1 ;;
     * ) break ;;
Thread
bk commit into 4.1 tree (joerg:1.2475)Joerg Bruehe1 Mar