MySQL 9.3.0
Source Code Documentation
connection_control_data.h File Reference
#include <atomic>
#include <my_inttypes.h>

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_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_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 Documentation

◆ opt_connection_control

Enum for system variables : Must be in sync with members of Connection_control_variables.

◆ stats_connection_control

Enum for status variables : Must be in sync with members of Connection_control_statistics.

Enumeration Type Documentation

◆ opt_connection_control

Enum for system variables : Must be in sync with members of Connection_control_variables.

Enumerator
OPT_FAILED_CONNECTIONS_THRESHOLD 
OPT_MIN_CONNECTION_DELAY 
OPT_MAX_CONNECTION_DELAY 
OPT_LAST 

◆ stats_connection_control

Enum for status variables : Must be in sync with members of Connection_control_statistics.

Enumerator
STAT_CONNECTION_DELAY_TRIGGERED 
STAT_OPTION_USAGE 
STAT_LAST 

Variable Documentation

◆ g_statistics

◆ g_variables