![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
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... | |
Stores the information about a single built-in plugin.
| 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* mysql_harness::BuiltinPlugins::PluginInfo::plugin | 
pointer to the plugin struct (used by the Loader to run init(), start(), etc on the plugin)