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

Function plugin_is_ready

sql/sql_plugin.cc:955–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953
954
955bool plugin_is_ready(const LEX_CSTRING *name, int type)
956{
957 bool rc= FALSE;
958 if (plugin_status(name, type) == SHOW_OPTION_YES)
959 rc= TRUE;
960 return rc;
961}
962
963
964SHOW_COMP_OPTION plugin_status(const char *name, size_t len, int type)

Callers 4

mysqld.ccFile · 0.85
replace_user_tableFunction · 0.85
spider_db_initFunction · 0.85

Calls 1

plugin_statusFunction · 0.85

Tested by

no test coverage detected