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

Method set_error

libhsclient/hstcpcli.cpp:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int
150hstcpcli::set_error(int code, const std::string& str)
151{
152 DBG(fprintf(stderr, "SET_ERROR: %d\n", code));
153 error_code = code;
154 error_str = str;
155 return error_code;
156}
157
158void
159hstcpcli::request_buf_open_index(size_t pst_id, const char *dbn,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected