MySQL 9.1.0
Source Code Documentation
|
Carries information on the specific Component, all Service Implementations it provides, all its requirements and metadata. More...
#include <dynamic_loader.h>
Public Attributes | |
const char * | name |
struct mysql_service_ref_t * | provides |
struct mysql_service_placeholder_ref_t * | requires_service |
struct mysql_metadata_ref_t * | metadata |
mysql_service_status_t(* | init )() |
mysql_service_status_t(* | deinit )() |
Carries information on the specific Component, all Service Implementations it provides, all its requirements and metadata.
mysql_service_status_t(* mysql_component_t::deinit) () |
mysql_service_status_t(* mysql_component_t::init) () |
struct mysql_metadata_ref_t* mysql_component_t::metadata |
const char* mysql_component_t::name |
struct mysql_service_ref_t* mysql_component_t::provides |
struct mysql_service_placeholder_ref_t* mysql_component_t::requires_service |