| 191 | }; |
| 192 | |
| 193 | static 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 | |
| 200 | static SHOW_VAR daemon_handlersocket_status_variables[] = { |
| 201 | {"Hs", (char*) show_hs_vars, SHOW_FUNC}, |
nothing calls this directly
no outgoing calls
no test coverage detected