List:Commits« Previous MessageNext Message »
From:msvensson Date:March 3 2006 2:13pm
Subject:bk commit into 5.1 tree (msvensson:1.2217)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of msvensson. When msvensson 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.2217 06/03/03 15:13:10 msvensson@neptunus.(none) +3 -0
  Merge bk-internal:/home/bk/mysql-5.1-new
  into  neptunus.(none):/home/msvensson/mysql/mysql-5.1

  mysql-test/t/grant2.test
    1.34 06/03/03 15:13:05 msvensson@neptunus.(none) +0 -2
    Auto merged

  mysql-test/r/grant2.result
    1.28 06/03/03 15:13:05 msvensson@neptunus.(none) +0 -1
    Auto merged

  mysql-test/mysql-test-run.pl
    1.80 06/03/03 15:13:05 msvensson@neptunus.(none) +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:	msvensson
# Host:	neptunus.(none)
# Root:	/home/msvensson/mysql/mysql-5.1/RESYNC

--- 1.79/mysql-test/mysql-test-run.pl	2006-03-03 13:32:56 +01:00
+++ 1.80/mysql-test/mysql-test-run.pl	2006-03-03 15:13:05 +01:00
@@ -198,6 +198,7 @@
 
 our @opt_extra_mysqld_opt;
 
+our $opt_comment;
 our $opt_compress;
 our $opt_ssl;
 our $opt_skip_ssl;
@@ -669,6 +670,14 @@
     print '#' x 78, "\n\n";
   }
 
+  if ( $opt_comment )
+  {
+    print "\n";
+    print '#' x 78, "\n";
+    print "# $opt_comment\n";
+    print '#' x 78, "\n\n";
+  }
+
   foreach my $arg ( @ARGV )
   {
     if ( $arg =~ /^--skip-/ )
@@ -3256,6 +3265,7 @@
 
 Misc options
 
+  comment=STR           Write STR to the output
   verbose               Verbose output from this script
   script-debug          Debug this script itself
   timer                 Show test case execution time
Thread
bk commit into 5.1 tree (msvensson:1.2217)msvensson3 Mar