List:Commits« Previous MessageNext Message »
From:msvensson Date:October 18 2006 4:30pm
Subject:bk commit into 4.1 tree (msvensson:1.2582)
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 16:30:51+02:00, msvensson@shellback.(none) +1 -0
  Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" instead of
it's name

  mysql-test/lib/mtr_timer.pl@stripped, 2006-10-18 16:30:49+02:00, msvensson@shellback.(none)
+1 -1
    Fix bug where a timer was stopped by calling mtr_timer_stop with a "timer" instead of
it's name

# 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.4/mysql-test/lib/mtr_timer.pl	2006-10-18 16:30:56 +02:00
+++ 1.5/mysql-test/lib/mtr_timer.pl	2006-10-18 16:30:56 +02:00
@@ -144,7 +144,7 @@
 
   # We got a timeout
   my $name= $timers->{'pids'}->{$pid};
-  mtr_timer_stop($timers, $timers->{'timers'}->{$name});
+  mtr_timer_stop($timers, $name);
   return $name;
 }
 
Thread
bk commit into 4.1 tree (msvensson:1.2582)msvensson18 Oct