List:Commits« Previous MessageNext Message »
From:msvensson Date:April 24 2006 10:22am
Subject:bk commit into 5.0 tree (msvensson:1.2177)
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
  1.2177 06/04/24 10:22:26 msvensson@neptunus.(none) +1 -0
  Remove 5 second sleep for win32

  mysql-test/lib/mtr_process.pl
    1.29 06/04/24 10:22:22 msvensson@neptunus.(none) +0 -2
    Remove 5 second sleep for win32

# 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.28/mysql-test/lib/mtr_process.pl	2006-04-07 13:08:59 +02:00
+++ 1.29/mysql-test/lib/mtr_process.pl	2006-04-24 10:22:22 +02:00
@@ -736,8 +736,6 @@
 
   $timeout or mtr_debug("At least one server is still listening to its port");
 
-  sleep(5) if $::glob_win32;            # FIXME next startup fails if no sleep
-
   return $res;
 }
 
Thread
bk commit into 5.0 tree (msvensson:1.2177)msvensson24 Apr