MySQL 9.1.0
Source Code Documentation
|
#include <stdio.h>
#include "my_compiler.h"
#include "mysql/components/component_implementation.h"
#include "mysql/components/service_implementation.h"
#include "mysql/components/services/component_sys_var_service.h"
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 |
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 |