List:Commits« Previous MessageNext Message »
From:msvensson Date:December 20 2007 5:42pm
Subject:bk commit into 5.1 tree (msvensson:1.2672)
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-20 18:42:23+01:00, msvensson@stripped +1 -0
  Use --skip-ssl by default

  mysql-test/mysql-test-run.pl@stripped, 2007-12-20 18:42:19+01:00, msvensson@stripped +5 -0
    Use --skip-ssl by default

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-19 13:05:59 +01:00
+++ b/mysql-test/mysql-test-run.pl	2007-12-20 18:42:19 +01:00
@@ -3193,6 +3193,11 @@ sub start_mysqltest ($) {
     # Turn on SSL for _all_ test cases if option --ssl was used
     mtr_add_arg($args, "--ssl");
   }
+  elsif ( $opt_ssl_supported )
+  {
+    mtr_add_arg($args, "--skip-ssl");
+  }
+
 
   # ----------------------------------------------------------------------
   # export MYSQL_TEST variable containing <path>/mysqltest <args>
Thread
bk commit into 5.1 tree (msvensson:1.2672)msvensson20 Dec