You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-21 13:40:58 +03:00
Remove SIGKILL from list.
This commit is contained in:
@@ -86,8 +86,8 @@ int main(int argc, char** argv)
|
||||
struct sigaction sa;
|
||||
memset(&sa, 0, sizeof(sa));
|
||||
|
||||
std::vector<int> shutdownSignals{ SIGALRM, SIGHUP, SIGINT, SIGKILL,
|
||||
SIGPOLL, SIGPROF, SIGPWR, SIGTERM, SIGVTALRM};
|
||||
std::vector<int> shutdownSignals{ SIGALRM, SIGHUP, SIGINT, SIGPOLL,
|
||||
SIGPROF, SIGPWR, SIGTERM, SIGVTALRM};
|
||||
|
||||
std::vector<int> coreSignals{SIGABRT, SIGBUS, SIGFPE, SIGILL,
|
||||
SIGQUIT, SIGSEGV, SIGSYS, SIGTRAP,
|
||||
|
||||
Reference in New Issue
Block a user