List:Commits« Previous MessageNext Message »
From:msvensson Date:August 25 2006 3:01pm
Subject:bk commit into 4.1 tree (msvensson:1.2552)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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@stripped, 2006-08-25 17:01:04+02:00, msvensson@neptunus.(none) +1 -0
  Ignore --skip-im if specified on command line 
  Null merge to 5.0

  mysql-test/mysql-test-run.pl@stripped, 2006-08-25 17:01:02+02:00, msvensson@neptunus.(none) +2 -0
    Ignore --skip-im if specified on command line 

# 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-4.1-maint

--- 1.68/mysql-test/mysql-test-run.pl	2006-08-25 17:01:08 +02:00
+++ 1.69/mysql-test/mysql-test-run.pl	2006-08-25 17:01:08 +02:00
@@ -233,6 +233,7 @@ our $opt_result_ext;
 
 our $opt_skip;
 our $opt_skip_rpl;
+our $opt_skip_im; # --skip-im on command line will just be ignored
 our $opt_skip_test;
 
 our $opt_sleep;
@@ -519,6 +520,7 @@ sub command_line_setup () {
              'do-test=s'                => \$opt_do_test,
              'suite=s'                  => \$opt_suite,
              'skip-rpl'                 => \$opt_skip_rpl,
+	     'skip-im'                  => \$opt_skip_im,
              'skip-test=s'              => \$opt_skip_test,
 
              # Specify ports
Thread
bk commit into 4.1 tree (msvensson:1.2552)msvensson25 Aug