![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
Data fields of the first version of the Plugin struct. More...
#include <plugin.h>
Public Attributes | |
| uint32_t | abi_version | 
| const char * | arch_descriptor | 
| const char * | brief | 
| uint32_t | plugin_version | 
| size_t | requires_length | 
| const char ** | requires_plugins | 
| size_t | conflicts_length | 
| const char ** | conflicts | 
Data fields of the first version of the Plugin struct.
Whenever this changes, add a new struct (callded vX) here, respective constructor to Plugin_info and its handling
| uint32_t Plugin_v1::abi_version | 
| const char* Plugin_v1::arch_descriptor | 
| const char* Plugin_v1::brief | 
| const char** Plugin_v1::conflicts | 
| size_t Plugin_v1::conflicts_length | 
| uint32_t Plugin_v1::plugin_version | 
| size_t Plugin_v1::requires_length | 
| const char** Plugin_v1::requires_plugins |