List:Commits« Previous MessageNext Message »
From:Joerg Bruehe Date:March 1 2006 1:58pm
Subject:bk commit into 5.1 tree (joerg:1.2213)
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.2213 06/03/01 13:58:45 joerg@stripped +1 -0
  mysql-test/mysql-test-run.pl  :    Post-merge fixes.

  mysql-test/mysql-test-run.pl
    1.77 06/03/01 13:58:39 joerg@stripped +0 -9
    Post-merge fixes.
    As the merge brings the backport to this version, this was to be expected -
    we really need the handling of this option only once.

# 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/comment-5.1

--- 1.76/mysql-test/mysql-test-run.pl	2006-03-01 13:43:36 +01:00
+++ 1.77/mysql-test/mysql-test-run.pl	2006-03-01 13:58:39 +01:00
@@ -198,7 +198,6 @@
 
 our @opt_extra_mysqld_opt;
 
-our $opt_comment;
 our $opt_compress;
 our $opt_ssl;
 our $opt_skip_ssl;
@@ -661,14 +660,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.2213)Joerg Bruehe1 Mar