![]() |
MySQL 9.7.0
Source Code Documentation
|
#include "tm_system_variables.h"#include "tls_ciphers.h"#include "tm_control.h"#include "tm_log.h"#include "tm_required_services.h"#include "tm_setup_otel.h"Classes | |
| struct | telemetry::System_variable |
| struct | telemetry::bool_check_arg_s |
| struct | telemetry::str_check_arg_s |
| struct | telemetry::long_check_arg_s |
| struct | telemetry::ulong_check_arg_s |
| struct | telemetry::enum_check_arg_s |
| struct | telemetry::value_access |
| Implement a st_mysql_value subclass, that retrieves the value of a system variable. More... | |
Namespaces | |
| namespace | telemetry |
Functions | |
| static int | telemetry::validate_tls_cipher (const char *actual, const char *supported, std::vector< std::string > &all_illegal) |
| static int | telemetry::check_tls_cipher (const char *tls_version, const char *actual, const char *expected) |
| static int | telemetry::check_tls12_cipher (MYSQL_THD, SYS_VAR *, void *save, struct st_mysql_value *value) |
| static int | telemetry::check_tls13_cipher_suite (MYSQL_THD, SYS_VAR *, void *save, struct st_mysql_value *value) |
| static void | telemetry::update_log_enabled (MYSQL_THD, SYS_VAR *, void *, const void *value) |
| static void | telemetry::update_log_level (MYSQL_THD, SYS_VAR *, void *, const void *value) |
| int | telemetry::check_system_variable (System_variable *v) |
| Work around. More... | |
| int | telemetry::register_system_variables () |
| void | telemetry::unregister_system_variables () |