1#
2# Test server signal handling with threadpool
3#
4SELECT @@GLOBAL.thread_handling;
5@@GLOBAL.thread_handling
6pool-of-threads
7# Test SIGPIPE, SIGTSTP, SIGINT, which should be ignored
8# Test SIGHUP, which should result in status dump in the error log
9SELECT 1;
101
111
12#
13# Bug 805805: attaching to percona-server with gdb disconnects clients
14# Bug 1060136: safe_process.cc/safe_process.pl should not kill mysqld on SIGSTOP/SIGCONT
15#
16SELECT 1;
171
181
19#
20# Bug 1537554: SIGTERM kills server instead of shutdown w/ threadpool
21#
22