Loading ndb/src/kernel/ndb-main/Main.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
ndb/src/kernel/ndb-main/Main.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -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