1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-26 01:44:06 +03:00
Files
mariadb/mysql-test/lib/My
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
..
2012-08-22 11:40:39 +02:00
2012-01-13 15:50:02 +01:00
2014-10-02 12:57:20 +02:00
2011-11-03 19:17:05 +01:00
2014-01-06 10:52:35 +05:30
2013-09-16 16:05:53 +04:00