![]() |
MySQL 9.5.0
Source Code Documentation
|
Go to the source code of this file.
Classes | |
| class | connection_control::Connection_control_variables |
| Structure to maintain system variables. More... | |
| class | connection_control::Connection_control_statistics |
| Structure to maintain statistics. More... | |
Namespaces | |
| namespace | connection_control |
Typedefs | |
| typedef enum opt_connection_control | opt_connection_control |
| Enum for system variables : Must be in sync with members of Connection_control_variables. More... | |
| typedef enum stats_connection_control | stats_connection_control |
| Enum for status variables : Must be in sync with members of Connection_control_statistics. More... | |
Enumerations | |
| enum | opt_connection_control { OPT_FAILED_CONNECTIONS_THRESHOLD = 0 , OPT_MIN_CONNECTION_DELAY , OPT_MAX_CONNECTION_DELAY , OPT_EXEMPT_UNKNOWN_USERS , OPT_LAST } |
| Enum for system variables : Must be in sync with members of Connection_control_variables. More... | |
| enum | stats_connection_control { STAT_CONNECTION_DELAY_TRIGGERED = 0 , STAT_OPTION_USAGE = 1 , STAT_CONNECTION_EXEMPTED_USERS = 2 , STAT_LAST } |
| Enum for status variables : Must be in sync with members of Connection_control_statistics. More... | |
Variables | |
| connection_control::Connection_control_statistics | g_statistics |
| connection_control::Connection_control_variables | g_variables |
| typedef enum opt_connection_control opt_connection_control |
Enum for system variables : Must be in sync with members of Connection_control_variables.
| typedef enum stats_connection_control stats_connection_control |
Enum for status variables : Must be in sync with members of Connection_control_statistics.
|
extern |
|
extern |