MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / my_handler_error_unregister

Function my_handler_error_unregister

extra/perror.c:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237
238void my_handler_error_unregister(void)
239{
240 my_error_unregister(HA_ERR_FIRST,
241 HA_ERR_FIRST+ array_elements(handler_error_messages)-1);
242}
243
244int main(int argc,char *argv[])
245{

Callers

nothing calls this directly

Calls 1

my_error_unregisterFunction · 0.85

Tested by

no test coverage detected