Commit a8d64fbe authored by Jan Lindström's avatar Jan Lindström Committed by GitHub

Merge pull request #570 from grooverdan/5.5-MDEV-1044-backport-wsrep-no-new-processgroup

MDEV-15046 - "Address already in use" on restart
parents 4132b178 2400b769
......@@ -264,7 +264,6 @@ process::process (const char* cmd, const char* type, char** env)
err_ = posix_spawnattr_setflags (&attr, POSIX_SPAWN_SETSIGDEF |
POSIX_SPAWN_SETSIGMASK |
/* start a new process group */ POSIX_SPAWN_SETPGROUP |
POSIX_SPAWN_USEVFORK);
if (err_)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment