You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#35779802 - empty vio->signal_mask in the x plugin causes MySQL cannot handle signal
Description
===========
VIO on POSIX systems uses PPOLL to do the IO. The VIO has a configuration
option that allows overwrting the signal mask while doing the IO call.
When sending SIGTERM (graceful shutdown) to the MySQL Server,
the signal is handled by default signal handler (not by mysqld-signal handler).
This leads to application forced shutdown (kill).
Fix
===
Initialize VIO structure with correct signal mask, that is used
with ppoll.
Change-Id: I5f7de6d928af282f9217414a92ea1e268fb5e69c
0 commit comments