mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Bug#3882
This commit is contained in:
parent
4eaac5fa56
commit
6df7573c74
1 changed files with 3 additions and 0 deletions
|
@ -273,6 +273,9 @@ handler(int sig){
|
|||
case SIGTTOU: /* 27 */
|
||||
globalData.theRestartFlag = perform_stop;
|
||||
break;
|
||||
#ifdef SIGWINCH
|
||||
case SIGWINCH:
|
||||
#endif
|
||||
case SIGPIPE:
|
||||
/**
|
||||
* Can happen in TCP Transporter
|
||||
|
|
Loading…
Add table
Reference in a new issue