MCPcopy Create free account
hub / github.com/MariaDB/server / deinit

Function deinit

plugin/provider_lzo/plugin.c:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static int deinit(void *h)
33{
34 return 1; /* don't unload me */
35}
36
37static struct st_mysql_daemon info= { MYSQL_DAEMON_INTERFACE_VERSION };
38

Callers 3

clean_upFunction · 0.50
plugin_deinitializeFunction · 0.50
initMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected