List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:April 4 2006 6:25pm
Subject:bk commit into 5.1 tree (joerg:1.2282)
View as plain text  
Below is the list of changes that have just been committed into a local
5.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.2282 06/04/04 20:25:23 joerg@stripped +2 -0
  Merge

  mysql-test/mysql-test-run.pl
    1.98 06/04/04 20:25:22 joerg@stripped +0 -0
    SCCS merged

  mysql-test/mysql-test-run.sh
    1.311 06/04/04 20:19:13 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:	/M51/mysql-5.1/RESYNC

--- 1.97/mysql-test/mysql-test-run.pl	2006-03-31 15:26:38 +02:00
+++ 1.98/mysql-test/mysql-test-run.pl	2006-04-04 20:25:22 +02:00
@@ -199,7 +199,6 @@
 
 our @opt_extra_mysqld_opt;
 
-our $opt_comment;
 our $opt_compress;
 our $opt_ssl;
 our $opt_skip_ssl;
@@ -690,14 +689,6 @@
             ) or usage("Can't read options");
 
   usage("") if $opt_usage;
-
-  if ( $opt_comment )
-  {
-    print "\n";
-    print '#' x 78, "\n";
-    print "# $opt_comment\n";
-    print '#' x 78, "\n\n";
-  }
 
   if ( $opt_comment )
   {
Thread
bk commit into 5.1 tree (joerg:1.2282)Joerg Bruehe4 Apr