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

Function show_hs_vars

handlersocket/handlersocket.cpp:193–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191};
192
193static int show_hs_vars(THD *thd, SHOW_VAR *var, char *buff)
194{
195 var->type= SHOW_ARRAY;
196 var->value= (char *) &hs_status_variables;
197 return 0;
198}
199
200static SHOW_VAR daemon_handlersocket_status_variables[] = {
201 {"Hs", (char*) show_hs_vars, SHOW_FUNC},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected