From: Date: July 3 2006 9:28pm Subject: bk commit into 5.0 tree (aivanov:1.2202) BUG#19209 List-Archive: http://lists.mysql.com/commits/8633 X-Bug: 19209 Message-Id: Below is the list of changes that have just been committed into a local 5.0 repository of alexi. When alexi 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 1.2202 06/07/03 23:28:19 aivanov@stripped +1 -0 BUG#19209 "Test 'rpl_openssl' hangs on Windows" Enabling rpl_openssl.test for Windows to check that currently it still hangs (because I can't reproduce this on my machine). mysql-test/t/rpl_openssl.test 1.14 06/07/03 23:28:01 aivanov@stripped +1 -1 Enabling rpl_openssl.test for 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: aivanov # Host: mysqld.localdomain # Root: /home/alexi/bugs/mysql-5.0-19209 --- 1.13/mysql-test/t/rpl_openssl.test 2006-06-28 17:07:28 +04:00 +++ 1.14/mysql-test/t/rpl_openssl.test 2006-07-03 23:28:01 +04:00 @@ -1,6 +1,6 @@ # TODO: THIS TEST DOES NOT WORK ON WINDOWS # This should be fixed. ---source include/not_windows.inc +#--source include/not_windows.inc source include/have_openssl.inc; source include/master-slave.inc;