mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
12d87c3ba5
safe_process puts its children (mysqld, in this case) into a separate process group, to be able to kill it all at once. buildslave kills mtr's process group when it loses connection to the master. result? buildslave kills mtr and safe_process, but leaves stale mysqld processes in their own process groups. fix: put safe_process itself into a separate process group, then buildslave won't kill it and safe_process will kill mysqld'd and itself when it will notice that the parent mtr no longer exists. |
||
---|---|---|
.. | ||
My | ||
t | ||
v1 | ||
generate-ssl-certs.sh | ||
mtr_cases.pm | ||
mtr_gcov.pl | ||
mtr_gprof.pl | ||
mtr_io.pl | ||
mtr_match.pm | ||
mtr_misc.pl | ||
mtr_process.pl | ||
mtr_report.pm | ||
mtr_results.pm | ||
mtr_stress.pl | ||
mtr_unique.pm | ||
process-purecov-annotations.pl |