List:Commits« Previous MessageNext Message »
From:msvensson Date:January 29 2007 5:32pm
Subject:bk commit into 5.0 tree (msvensson:1.2393)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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-01-29 18:32:45+01:00, msvensson@neptunus.(none) +1 -0
  Add test for making sure there are no spurious connect failures when using SSL

  mysql-test/t/ssl_connect.test@stripped, 2007-01-29 18:32:43+01:00, msvensson@neptunus.(none) +13 -0
    Add test for making sure there are no spurious connect failures when using SSL

  mysql-test/t/ssl_connect.test@stripped, 2007-01-29 18:32:43+01:00, msvensson@neptunus.(none) +0 -0

# 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/yassl_import/my50-yassl_import
--- New file ---
+++ mysql-test/t/ssl_connect.test	07/01/29 18:32:43

-- source include/have_openssl.inc

# Repeat connect/disconnect

let $i=100;
while ($i)
{
  connect (test_con1,localhost,root,,,,,SSL);
  disconnect test_con1;
  dec $i;
}
echo completed;

Thread
bk commit into 5.0 tree (msvensson:1.2393)msvensson29 Jan