Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bugfix] Issue#54 The ACK Receiver Thread didn't handle signal correctly
Description =========== Ack Receiver thread will be launched when booting the MySQL server, but it is before the signal register, so the thread can receive the signal, and can't deal with shutdown smoothly like 'SIGTERM, SIGHUP'.
- Loading branch information