1b922ca6e8
merge from main
2009-03-18 13:44:05 +01:00
6f7f233b6c
Bug #43597 Fix for Bug 43410 breaks build on Power Mac due to incomplete sys/resource.h
...
Added include of sys/time.h
2009-03-12 16:07:13 +01:00
68fcdd97da
merged 5.1-main -> 5.1-bugteam
2009-03-11 15:03:25 +02:00
8179ed2649
Bug #43410 --skip-core-file has no effect if core file size is set
...
Would not prevent mysqld from core dumping
Passes --nocore arg to safe_process, which then sets rlimit core to 0 for child
2009-03-09 14:31:39 +01:00
2980cd60db
Bug#42709: safe_process_win.cc does not print correct system error messages.
...
Fix: use FormatMessage() to output system errors , not strerror()
2009-02-09 19:24:48 +01:00
e1510d5aa8
Bug#42641 mtr.pl fails to run within JobObject
...
- Allow the new process to break away from any job that this
process is part of so that it can be assigned to the new JobObject
we just created. This is safe since the new JobObject is created with
the JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE flag, making sure it will be
terminated when the last handle to it is closed(which is owned by
this process).
2009-02-06 08:38:24 +01:00
8a0c984f01
Bug #40399 Please make mtr print stack trace after every failure
...
SIGABRT is sent to relevant processes after a timeout
2009-01-21 10:34:01 +01:00
956c109c0f
BUG#38559 Annoying cygwin problem fixed by resolving pid->winpid before kill instead of just after fork
2008-10-08 22:06:10 +02:00
c2858e8b5b
WL#4189 NO need to retry OpenEvent if the process does not exist anymore
2008-10-08 22:02:32 +02:00
60dcedb7c2
Add additional printouts
...
Fix formatting
2008-03-14 13:34:39 +01:00
0d1d46c7e2
Find ndb binaries
...
Verbose SafeProcess.pm
2008-03-13 17:16:42 +01:00
c74678e227
New Makefile.am for mysql-test makes it pass also "make distcheck" and "make install"
2008-03-13 17:07:11 +01:00
0dba42cf7c
Improve process kill on windows
2008-03-12 11:32:18 +01:00
5dbb4c96eb
Ignore all common signals
...
Just retry OpenEvent a couple of times with a "yield" in between
2008-03-10 16:00:39 +01:00
34605cc110
Add retry logic for OpenEvent to avoid problems when the
...
process to kill hasn't yet created the event
2008-03-10 12:54:46 +01:00
c7af2433b9
Improve error messages
2008-03-06 10:19:41 +01:00
0ad57d7a0c
Don't ignore SIGCHLD since that affects waitpid on some platforms
...
Fix spelling error
Move exit_code into local scope
2008-03-04 12:32:51 +01:00
cf9053f199
Add C version of safe_process
2008-01-18 00:03:38 +01:00
8b3d267eea
Don't use Getopt::Long in safe_process.pl
2007-12-20 18:39:33 +01:00
926f7dec68
Windows fixeds for mtr
2007-12-19 12:58:06 +01:00
d918988baa
WL#4189
...
- dynamic configuration support
- safe process
- cleanups
- create new suite for fedarated
2007-12-12 18:19:24 +01:00