List:Commits« Previous MessageNext Message »
From:msvensson Date:October 18 2006 5:16pm
Subject:bk commit into 4.1 tree (msvensson:1.2585)
View as plain text  
Below is the list of changes that have just been committed into a local
4.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, 2006-10-18 17:16:08+02:00, msvensson@shellback.(none) +1 -0
  Don't stop the time in mtr_timer_timeout, that will be done after testcase or when
program exit

  mysql-test/lib/mtr_timer.pl@stripped, 2006-10-18 17:16:06+02:00, msvensson@shellback.(none)
+2 -4
    Don't stop the time in mtr_timer_timeout, that will be done after testcase or when
program exit

# 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:	shellback.(none)
# Root:	/home/msvensson/mysql/mysql-4.1-maint

--- 1.6/mysql-test/lib/mtr_timer.pl	2006-10-18 17:16:12 +02:00
+++ 1.7/mysql-test/lib/mtr_timer.pl	2006-10-18 17:16:12 +02:00
@@ -139,10 +139,8 @@
 
   return "" unless exists $timers->{'pids'}->{$pid};
 
-  # We got a timeout
-  my $name= $timers->{'pids'}->{$pid};
-  mtr_timer_stop($timers, $name);
-  return $name;
+  # We got a timeout, return the name ot the timer
+  return $timers->{'pids'}->{$pid};
 }
 
 1;
Thread
bk commit into 4.1 tree (msvensson:1.2585)msvensson18 Oct