![]() |
MySQL 9.7.0
Source Code Documentation
|
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 |
| void* telemetry::System_variable::m_check_args |
| mysql_sys_var_check_func telemetry::System_variable::m_check_func |
| const char* telemetry::System_variable::m_desc |
| int telemetry::System_variable::m_flags |
| const char* telemetry::System_variable::m_name |
| bool telemetry::System_variable::m_registered |
| mysql_sys_var_update_func telemetry::System_variable::m_update_func |
| void* telemetry::System_variable::m_val_ptr |