Skip to content

Commit 682c3bf

Browse files
Nirbhay Choubeyvuvova
authored andcommitted
MDEV-10442: "Address already in use" on restart
SST processes should inherit mysqld's process group.
1 parent 91daf88 commit 682c3bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/wsrep_utils.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ process::process (const char* cmd, const char* type, char** env)
264264

265265
err_ = posix_spawnattr_setflags (&attr, POSIX_SPAWN_SETSIGDEF |
266266
POSIX_SPAWN_SETSIGMASK |
267-
/* start a new process group */ POSIX_SPAWN_SETPGROUP |
268267
POSIX_SPAWN_USEVFORK);
269268
if (err_)
270269
{

0 commit comments

Comments
 (0)