MySQL 9.0.0
Source Code Documentation
component_sys_variable_all_empty.cc File Reference

Namespaces

namespace  mysql_service_component_sys_var_service_spc
 

Functions

static mysql_service_status_t mysql_service_component_sys_var_service_spc::register_variable (const char *, const char *, int, const char *, mysql_sys_var_check_func, mysql_sys_var_update_func, void *, void *) noexcept
 
static mysql_service_status_t mysql_service_component_sys_var_service_spc::get_variable (const char *, const char *, void **, size_t *) noexcept
 
static mysql_service_status_t mysql_service_component_sys_var_service_spc::unregister_variable (const char *, const char *) noexcept
 

Variables

const mysql_service_component_sys_variable_register_t imp_HARNESS_COMPONENT_NAME_component_sys_variable_register
 
const mysql_service_component_sys_variable_unregister_t imp_HARNESS_COMPONENT_NAME_component_sys_variable_unregister
 

Variable Documentation

◆ imp_HARNESS_COMPONENT_NAME_component_sys_variable_register

const mysql_service_component_sys_variable_register_t imp_HARNESS_COMPONENT_NAME_component_sys_variable_register
Initial value:
= {
}
static mysql_service_status_t get_variable(const char *, const char *, void **, size_t *) noexcept
Definition: component_sys_variable_all_empty.cc:44
static mysql_service_status_t register_variable(const char *, const char *, int, const char *, mysql_sys_var_check_func, mysql_sys_var_update_func, void *, void *) noexcept
Definition: component_sys_variable_all_empty.cc:38

◆ imp_HARNESS_COMPONENT_NAME_component_sys_variable_unregister

const mysql_service_component_sys_variable_unregister_t imp_HARNESS_COMPONENT_NAME_component_sys_variable_unregister
Initial value:
= {
}
static mysql_service_status_t unregister_variable(const char *, const char *) noexcept
Definition: component_sys_variable_all_empty.cc:49