MySQL 9.7.0
Source Code Documentation
telemetry::System_variable Struct Reference

Public Attributes

const char * m_name
 
const char * m_desc
 
int m_flags
 
mysql_sys_var_check_func m_check_func
 
mysql_sys_var_update_func m_update_func
 
void * m_check_args
 
void * m_val_ptr
 
bool m_registered
 

Member Data Documentation

◆ m_check_args

void* telemetry::System_variable::m_check_args

◆ m_check_func

mysql_sys_var_check_func telemetry::System_variable::m_check_func

◆ m_desc

const char* telemetry::System_variable::m_desc

◆ m_flags

int telemetry::System_variable::m_flags

◆ m_name

const char* telemetry::System_variable::m_name

◆ m_registered

bool telemetry::System_variable::m_registered

◆ m_update_func

mysql_sys_var_update_func telemetry::System_variable::m_update_func

◆ m_val_ptr

void* telemetry::System_variable::m_val_ptr

The documentation for this struct was generated from the following file: