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
..
File Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
SafeProcess MDEV-7659 buildbot may leave stale mysqld 2015-03-06 11:15:55 +01:00
Config.pm overlay support for mysql-test-run and mysqltest 2012-02-23 07:50:11 +01:00
ConfigFactory.pm updates after writing https://kb.askmonty.org/en/mysql-test-auxiliary-files 2012-03-05 17:44:26 +01:00
CoreDump.pm Bug #16403186 - MTR ON WINDOWS SHOULD NOT TRY TO START CDB IF RUNNING WITH PARALLEL 2013-03-28 11:47:43 +05:30
Find.pm merge with MySQL 5.1.65 2012-08-22 11:40:39 +02:00
Handles.pm Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
Options.pm 5.3 merge 2012-01-13 15:50:02 +01:00
Platform.pm MDEV-5707 MTR fails on kfreebsd 2014-10-02 12:57:20 +02:00
SafeProcess.pm mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
Suite.pm mysql-test: allow suite.pm add its suite to the default list. 2013-11-27 21:58:36 +01:00
SysInfo.pm Updated/added copyright headers 2014-01-06 10:52:35 +05:30
Test.pm Merge from 5.3 2013-09-16 16:05:53 +04:00