Below is the list of changes that have just been committed into a local
5.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, 2008-03-14 19:15:01+01:00, msvensson@stripped +1 -0
Only use safe_kill if SAFE_WINPID is defined
mysql-test/lib/My/SafeProcess.pm@stripped, 2008-03-14 19:14:59+01:00,
msvensson@stripped +1 -1
Only use safe_kill if SAFE_WINPID is defined
diff -Nrup a/mysql-test/lib/My/SafeProcess.pm b/mysql-test/lib/My/SafeProcess.pm
--- a/mysql-test/lib/My/SafeProcess.pm 2008-03-14 14:01:05 +01:00
+++ b/mysql-test/lib/My/SafeProcess.pm 2008-03-14 19:14:59 +01:00
@@ -313,7 +313,7 @@ sub start_kill {
my $ret= 1;
my $pid;
- if (IS_WINDOWS)
+ if (IS_WINDOWS and defined $self->{SAFE_WINPID})
{
die "INTERNAL ERROR: no safe_kill" unless defined $safe_kill;
die "INTERNAL ERROR: no winpid" unless defined $self->{SAFE_WINPID};
| Thread |
|---|
| • bk commit into 5.1 tree (msvensson:1.2581) | msvensson | 14 Mar |