MySQL 8.4.0
Source Code Documentation
mysql_harness::BuiltinPlugins::PluginInfo Struct Reference

Stores the information about a single built-in plugin. More...

#include <builtin_plugins.h>

Public Attributes

Plugin * plugin
 pointer to the plugin struct (used by the Loader to run init(), start(), etc on the plugin) More...
 
bool always_load
 if true the plugin should ALWAYS be loaded even if it does not have its section in the configuration More...
 

Detailed Description

Stores the information about a single built-in plugin.

Member Data Documentation

◆ always_load

bool mysql_harness::BuiltinPlugins::PluginInfo::always_load

if true the plugin should ALWAYS be loaded even if it does not have its section in the configuration

◆ plugin

Plugin* mysql_harness::BuiltinPlugins::PluginInfo::plugin

pointer to the plugin struct (used by the Loader to run init(), start(), etc on the plugin)


The documentation for this struct was generated from the following file: