From: Date: December 15 2006 1:23pm Subject: bk commit into 5.0 tree (msvensson:1.2351) BUG#19209 List-Archive: http://lists.mysql.com/commits/17044 X-Bug: 19209 Message-Id: <20061215122350.A35DF86DF4F@neptunus.localdomain> 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, 2006-12-15 13:23:45+01:00, msvensson@neptunus.(none) +1 -0 Bug#19209 Test 'rpl_openssl' hangs on Windows - Remove check not to run on windows. mysql-test/t/rpl_openssl.test@stripped, 2006-12-15 13:23:42+01:00, msvensson@neptunus.(none) +0 -4 Remove check not to run on windows # 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.0-maint --- 1.17/mysql-test/t/rpl_openssl.test 2006-12-15 13:23:50 +01:00 +++ 1.18/mysql-test/t/rpl_openssl.test 2006-12-15 13:23:50 +01:00 @@ -1,7 +1,3 @@ -# TODO: THIS TEST DOES NOT WORK ON WINDOWS -# This should be fixed. ---source include/not_windows.inc - source include/have_openssl.inc; source include/master-slave.inc;