List:Commits« Previous MessageNext Message »
From:msvensson Date:October 18 2006 2:40pm
Subject:bk commit into 4.1 tree (msvensson:1.2584)
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:40:22+02:00, msvensson@shellback.(none) +2 -0
  Remove some junk

  mysql-test/lib/mtr_process.pl@stripped, 2006-10-18 16:40:20+02:00, msvensson@shellback.(none) +0 -2
    Remove some junk

  mysql-test/lib/mtr_timer.pl@stripped, 2006-10-18 16:40:20+02:00, msvensson@shellback.(none) +0 -3
    Remove some junk

# 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.24/mysql-test/lib/mtr_process.pl	2006-10-18 16:40:27 +02:00
+++ 1.25/mysql-test/lib/mtr_process.pl	2006-10-18 16:40:27 +02:00
@@ -8,7 +8,6 @@
 use Errno;
 use strict;
 
-#use POSIX ":sys_wait_h";
 use POSIX 'WNOHANG';
 
 sub mtr_run ($$$$$$;$);
@@ -1088,7 +1087,6 @@
 
 sub mtr_exit ($) {
   my $code= shift;
-#  cluck("Called mtr_exit()");
   mtr_timer_stop_all($::glob_timers);
   local $SIG{HUP} = 'IGNORE';
   # ToDo: Signalling -$$ will only work if we are the process group

--- 1.5/mysql-test/lib/mtr_timer.pl	2006-10-18 16:40:27 +02:00
+++ 1.6/mysql-test/lib/mtr_timer.pl	2006-10-18 16:40:27 +02:00
@@ -8,9 +8,6 @@
 use Errno;
 use strict;
 
-#use POSIX ":sys_wait_h";
-#use POSIX 'WNOHANG';
-
 sub mtr_init_timers ();
 sub mtr_timer_start($$$);
 sub mtr_timer_stop($$);
Thread
bk commit into 4.1 tree (msvensson:1.2584)msvensson18 Oct