Skip to content
Permalink
Browse files
MDEV-10442: "Address already in use" on restart
SST processes should inherit mysqld's process group.
  • Loading branch information
Nirbhay Choubey authored and vuvova committed Dec 18, 2017
1 parent 91daf88 commit 682c3bf
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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_)
{

0 comments on commit 682c3bf

Please sign in to comment.