MySQL 8.0.40
Source Code Documentation
|
An implementation of host application signal service for the mysql server as a host application. More...
#include <host_application_signal_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | signal (int signal_no, void *arg) noexcept |
Process signals for the mysql server binary. More... | |
An implementation of host application signal service for the mysql server as a host application.
|
staticnoexcept |
Process signals for the mysql server binary.
Signals accepted:
signal_no | one of host_application_signal_signals |
arg | Signal argument. Currently ignored. |
false | success |
true | failure |