List:Commits« Previous MessageNext Message »
From:msvensson Date:December 21 2007 12:07pm
Subject:bk commit into 5.1 tree (msvensson:1.2673)
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@stripped, 2007-12-21 13:06:56+01:00, msvensson@stripped +1 -0
  Ignore --skip-im

  mysql-test/mysql-test-run.pl@stripped, 2007-12-21 13:06:54+01:00, msvensson@stripped +7 -0
    Ignore --skip-im

diff -Nrup a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
--- a/mysql-test/mysql-test-run.pl	2007-12-20 18:42:19 +01:00
+++ b/mysql-test/mysql-test-run.pl	2007-12-21 13:06:54 +01:00
@@ -255,6 +255,11 @@ sub main {
 }
 
 
+sub ignore_option {
+  my ($opt, $value)= @_;
+  print "Ignoring option '$opt'\n";
+}
+
 sub command_line_setup {
   my $opt_comment;
   my $opt_usage;
@@ -302,6 +307,8 @@ sub command_line_setup {
              'big-test'                 => \$opt_big_test,
 	     'combination=s'            => \@opt_combinations,
              'skip-combination'         => \&collect_option,
+
+	     'skip-im'                  => \&ignore_option,
 
              # Specify ports
 	     'build-thread|mtr-build-thread=i' => \$opt_mtr_build_thread,
Thread
bk commit into 5.1 tree (msvensson:1.2673)msvensson21 Dec