Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1

into mysql.com:/home/jonas/src/mysql-4.1
This commit is contained in:
unknown 2004-05-25 22:31:44 +02:00
commit 3a675ff5f8

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