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-12-12 12:28:02+01:00, msvensson@neptunus.(none) +1 -0
Improve error message that describes waitpid($pid) returned unexpected result
mysql-test/lib/mtr_process.pl@stripped, 2006-12-12 12:28:00+01:00, msvensson@neptunus.(none) +2 -1
Improve error message that describes waitpid($pid) returned unexpected result
# 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-4.1-maint
--- 1.30/mysql-test/lib/mtr_process.pl 2006-12-12 12:28:05 +01:00
+++ 1.31/mysql-test/lib/mtr_process.pl 2006-12-12 12:28:05 +01:00
@@ -220,7 +220,8 @@ sub spawn_parent_impl {
my $ret_pid= waitpid($pid,0);
if ( $ret_pid != $pid )
{
- mtr_error("$path ($pid) got lost somehow");
+ mtr_error("waitpid($pid, 0) returned $ret_pid " .
+ "when waiting for '$path'");
}
return mtr_process_exit_status($?);
| Thread |
|---|
| • bk commit into 4.1 tree (msvensson:1.2590) | msvensson | 12 Dec |