1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/mysql-test/lib
Sergei Golubchik 12d87c3ba5 MDEV-7659 buildbot may leave stale mysqld
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.
2015-03-06 11:15:55 +01:00
..
2011-06-30 17:46:53 +02:00
2013-11-19 13:16:25 +01:00
2011-06-30 17:37:13 +02:00
2012-02-06 21:36:56 +01:00
2012-01-13 15:50:02 +01:00
2011-06-30 17:37:13 +02:00
2011-06-30 17:37:13 +02:00