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

Function plugin_is_forced

sql/sql_plugin.cc:351–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349static void reap_plugins(void);
350
351bool plugin_is_forced(struct st_plugin_int *p)
352{
353 return p->load_option == PLUGIN_FORCE ||
354 p->load_option == PLUGIN_FORCE_PLUS_PERMANENT;
355}
356
357/**
358 Check if the provided path is valid in the sense that it does cause

Callers 4

plugin_initializeFunction · 0.85
plugin_initFunction · 0.85
construct_optionsFunction · 0.85
test_plugin_optionsFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_plugin_optionsFunction · 0.68