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

Function encryption_plugin_init

extra/mariabackup/encryption_plugin.cc:244–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244static void encryption_plugin_init(int argc, char **argv)
245{
246 /* Patch optional and mandatory plugins, we only need to load the one in xb_plugin_load. */
247 mysql_optional_plugins[0] = mysql_mandatory_plugins[0] = 0;
248 plugin_maturity = MariaDB_PLUGIN_MATURITY_UNKNOWN; /* mariabackup accepts all plugins */
249 msg("Loading encryption plugin");
250 for (int i= 1; i < argc; i++)
251 msg("\t Encryption plugin parameter : '%s'", argv[i]);
252 plugin_init(&argc, argv, PLUGIN_INIT_SKIP_PLUGIN_TABLE);
253}
254
255
256/*

Callers 2

Calls 1

plugin_initFunction · 0.50

Tested by

no test coverage detected