MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / fatal_exit

Function fatal_exit

libhsclient/fatal.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const int opt_syslog = LOG_ERR | LOG_PID | LOG_CONS;
19
20void
21fatal_exit(const std::string& message)
22{
23 fprintf(stderr, "FATAL_EXIT: %s\n", message.c_str());
24 syslog(opt_syslog, "FATAL_EXIT: %s", message.c_str());
25 _exit(1);
26}
27
28void
29fatal_abort(const std::string& message)

Callers 4

resetMethod · 0.85
mysql_doFunction · 0.85
hs_longrun_init_tableFunction · 0.85
setMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected