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

Method set_thread_message

handlersocket/database.cpp:334–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334int
335dbcontext::set_thread_message(const char *fmt, ...)
336{
337 va_list ap;
338 va_start(ap, fmt);
339 const int n = vsnprintf(&info_message_buf[0], info_message_buf.size(),
340 fmt, ap);
341 va_end(ap);
342 return n;
343}
344
345void
346dbcontext::term_thread()

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected