![]() |
MySQL 9.7.0
Source Code Documentation
|
#include <my_inttypes.h>#include <my_time.h>#include <mysql/components/component_implementation.h>#include <mysql/components/my_service.h>#include <mysql/components/services/component_status_var_service.h>#include <mysql/components/services/group_replication_flow_control_metrics_service.h>#include <mysql/components/services/mysql_runtime_error_service.h>#include <mysqld_error.h>Functions | |
| REQUIRES_SERVICE_PLACEHOLDER_AS (status_variable_registration, statvar_register_srv) | |
| REQUIRES_SERVICE_PLACEHOLDER_AS (group_replication_flow_control_metrics_service, gr_flow_control_service) | |
| REQUIRES_SERVICE_PLACEHOLDER (mysql_runtime_error) | |
| static int | gr_flow_control_throttle_count (THD *, SHOW_VAR *var, char *buf) |
| static int | gr_flow_control_throttle_time_sum (THD *, SHOW_VAR *var, char *buf) |
| static int | gr_flow_control_throttle_active_count (THD *, SHOW_VAR *var, char *buf) |
| static int | gr_flow_control_throttle_last_throttle_timestamp (THD *, SHOW_VAR *var, char *buf) |
| int | register_status_variables () |
| int | unregister_status_variables () |
| mysql_service_status_t | group_replication_flow_control_stats_init () |
| Initialization entry method for Component used when loading the Component. More... | |
| mysql_service_status_t | group_replication_flow_control_stats_deinit () |
| De-initialization method for Component used when unloading the Component. More... | |
| END_COMPONENT_PROVIDES () | |
| REQUIRES_SERVICE_AS (status_variable_registration, statvar_register_srv) | |
| REQUIRES_SERVICE_AS (group_replication_flow_control_metrics_service, gr_flow_control_service) | |
| REQUIRES_SERVICE (mysql_runtime_error) | |
| END_COMPONENT_REQUIRES () | |
| METADATA ("mysql.author", "Oracle Corporation") | |
| METADATA ("mysql.license", "GPL") | |
| END_COMPONENT_METADATA () | |
| DECLARE_LIBRARY_COMPONENTS & | COMPONENT_REF (group_replication_flow_control_stats_component) |
Variables | |
| static SHOW_VAR | status_func_var [] |
| mysql_component_t | mysql_component_group_replication_flow_control_stats_component |
| DECLARE_LIBRARY_COMPONENTS & COMPONENT_REF | ( | group_replication_flow_control_stats_component | ) |
| END_COMPONENT_METADATA | ( | ) |
| END_COMPONENT_PROVIDES | ( | ) |
| END_COMPONENT_REQUIRES | ( | ) |
|
static |
| mysql_service_status_t group_replication_flow_control_stats_deinit | ( | ) |
De-initialization method for Component used when unloading the Component.
| 0 | success |
| non-zero | failure |
| mysql_service_status_t group_replication_flow_control_stats_init | ( | ) |
Initialization entry method for Component used when loading the Component.
| 0 | success |
| non-zero | failure |
| METADATA | ( | "mysql.author" | , |
| "Oracle Corporation" | |||
| ) |
| METADATA | ( | "mysql.license" | , |
| "GPL" | |||
| ) |
| int register_status_variables | ( | ) |
| REQUIRES_SERVICE | ( | mysql_runtime_error | ) |
| REQUIRES_SERVICE_AS | ( | group_replication_flow_control_metrics_service | , |
| gr_flow_control_service | |||
| ) |
| REQUIRES_SERVICE_AS | ( | status_variable_registration | , |
| statvar_register_srv | |||
| ) |
| REQUIRES_SERVICE_PLACEHOLDER | ( | mysql_runtime_error | ) |
| REQUIRES_SERVICE_PLACEHOLDER_AS | ( | group_replication_flow_control_metrics_service | , |
| gr_flow_control_service | |||
| ) |
| REQUIRES_SERVICE_PLACEHOLDER_AS | ( | status_variable_registration | , |
| statvar_register_srv | |||
| ) |
| int unregister_status_variables | ( | ) |
| mysql_component_t mysql_component_group_replication_flow_control_stats_component |
|
static |