This commit is contained in:
joreland@mysql.com 2004-05-25 22:24:23 +02:00
parent 4eaac5fa56
commit 6df7573c74

View file

@ -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