MCPcopy Create free account
hub / github.com/arkdb/inception / load_env_plugins

Function load_env_plugins

sql-common/client_plugin.c:197–220  ·  view source on GitHub ↗

Loads plugins which are specified in the environment variable LIBMYSQL_PLUGINS. Multiple plugins must be separated by semicolon. This function doesn't return or log an error. The function is be called by mysql_client_plugin_init @todo Support extended syntax, passing parameters to plugins, for example LIBMYSQL_PLUGINS="plugin1(param1,param2);plugin2;..." or LIBMYSQL_PLUGINS=

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mysql_client_plugin_initFunction · 0.85

Calls 3

my_strdupFunction · 0.85
mysql_load_pluginFunction · 0.85
my_freeFunction · 0.50

Tested by

no test coverage detected