MySQL 8.4.0
Source Code Documentation

A row of PERFORMANCE_SCHEMA.HOST_CACHE. More...

#include <table_host_cache.h>

Public Attributes

char m_ip [64]
 Column IP. More...
 
uint m_ip_length
 
char m_hostname [PSI_HOSTNAME_LENGTH]
 Column HOST. More...
 
uint m_hostname_length
 
bool m_host_validated
 Column HOST_VALIDATED. More...
 
ulonglong m_sum_connect_errors
 Column SUM_CONNECT_ERRORS. More...
 
ulonglong m_count_host_blocked_errors
 Column COUNT_HOST_BLOCKED_ERRORS. More...
 
ulonglong m_count_nameinfo_transient_errors
 Column COUNT_NAMEINFO_TRANSIENT_ERRORS. More...
 
ulonglong m_count_nameinfo_permanent_errors
 Column COUNT_NAMEINFO_PERMANENT_ERRORS. More...
 
ulonglong m_count_format_errors
 Column COUNT_FORMAT_ERRORS. More...
 
ulonglong m_count_addrinfo_transient_errors
 Column COUNT_ADDRINFO_TRANSIENT_ERRORS. More...
 
ulonglong m_count_addrinfo_permanent_errors
 Column COUNT_ADDRINFO_PERMANENT_ERRORS. More...
 
ulonglong m_count_fcrdns_errors
 Column COUNT_FCRDNS_ERRORS. More...
 
ulonglong m_count_host_acl_errors
 Column COUNT_HOST_ACL_ERRORS. More...
 
ulonglong m_count_no_auth_plugin_errors
 Column COUNT_NO_AUTH_PLUGIN_ERRORS. More...
 
ulonglong m_count_auth_plugin_errors
 Column COUNT_AUTH_PLUGIN_ERRORS. More...
 
ulonglong m_count_handshake_errors
 Column COUNT_HANDSHAKE_ERRORS. More...
 
ulonglong m_count_proxy_user_errors
 Column COUNT_PROXY_USER_ERRORS. More...
 
ulonglong m_count_proxy_user_acl_errors
 Column COUNT_PROXY_USER_ACL_ERRORS. More...
 
ulonglong m_count_authentication_errors
 Column COUNT_AUTHENTICATION_ERRORS. More...
 
ulonglong m_count_ssl_errors
 Column COUNT_SSL_ERRORS. More...
 
ulonglong m_count_max_user_connection_errors
 Column COUNT_MAX_USER_CONNECTION_ERRORS. More...
 
ulonglong m_count_max_user_connection_per_hour_errors
 Column COUNT_MAX_USER_CONNECTION_PER_HOUR_ERRORS. More...
 
ulonglong m_count_default_database_errors
 Column COUNT_DEFAULT_DATABASE_ERRORS. More...
 
ulonglong m_count_init_connect_errors
 Column COUNT_INIT_CONNECT_ERRORS. More...
 
ulonglong m_count_local_errors
 Column COUNT_LOCAL_ERRORS. More...
 
ulonglong m_count_unknown_errors
 Column COUNT_UNKNOWN_ERRORS. More...
 
ulonglong m_first_seen
 Column FIRST_SEEN. More...
 
ulonglong m_last_seen
 Column LAST_SEEN. More...
 
ulonglong m_first_error_seen
 Column FIRST_ERROR_SEEN. More...
 
ulonglong m_last_error_seen
 Column LAST_ERROR_SEEN. More...
 

Detailed Description

A row of PERFORMANCE_SCHEMA.HOST_CACHE.

Member Data Documentation

◆ m_count_addrinfo_permanent_errors

ulonglong row_host_cache::m_count_addrinfo_permanent_errors

Column COUNT_ADDRINFO_PERMANENT_ERRORS.

◆ m_count_addrinfo_transient_errors

ulonglong row_host_cache::m_count_addrinfo_transient_errors

Column COUNT_ADDRINFO_TRANSIENT_ERRORS.

◆ m_count_auth_plugin_errors

ulonglong row_host_cache::m_count_auth_plugin_errors

Column COUNT_AUTH_PLUGIN_ERRORS.

◆ m_count_authentication_errors

ulonglong row_host_cache::m_count_authentication_errors

Column COUNT_AUTHENTICATION_ERRORS.

◆ m_count_default_database_errors

ulonglong row_host_cache::m_count_default_database_errors

Column COUNT_DEFAULT_DATABASE_ERRORS.

◆ m_count_fcrdns_errors

ulonglong row_host_cache::m_count_fcrdns_errors

Column COUNT_FCRDNS_ERRORS.

◆ m_count_format_errors

ulonglong row_host_cache::m_count_format_errors

Column COUNT_FORMAT_ERRORS.

◆ m_count_handshake_errors

ulonglong row_host_cache::m_count_handshake_errors

Column COUNT_HANDSHAKE_ERRORS.

◆ m_count_host_acl_errors

ulonglong row_host_cache::m_count_host_acl_errors

Column COUNT_HOST_ACL_ERRORS.

◆ m_count_host_blocked_errors

ulonglong row_host_cache::m_count_host_blocked_errors

Column COUNT_HOST_BLOCKED_ERRORS.

◆ m_count_init_connect_errors

ulonglong row_host_cache::m_count_init_connect_errors

Column COUNT_INIT_CONNECT_ERRORS.

◆ m_count_local_errors

ulonglong row_host_cache::m_count_local_errors

Column COUNT_LOCAL_ERRORS.

◆ m_count_max_user_connection_errors

ulonglong row_host_cache::m_count_max_user_connection_errors

Column COUNT_MAX_USER_CONNECTION_ERRORS.

◆ m_count_max_user_connection_per_hour_errors

ulonglong row_host_cache::m_count_max_user_connection_per_hour_errors

Column COUNT_MAX_USER_CONNECTION_PER_HOUR_ERRORS.

◆ m_count_nameinfo_permanent_errors

ulonglong row_host_cache::m_count_nameinfo_permanent_errors

Column COUNT_NAMEINFO_PERMANENT_ERRORS.

◆ m_count_nameinfo_transient_errors

ulonglong row_host_cache::m_count_nameinfo_transient_errors

Column COUNT_NAMEINFO_TRANSIENT_ERRORS.

◆ m_count_no_auth_plugin_errors

ulonglong row_host_cache::m_count_no_auth_plugin_errors

Column COUNT_NO_AUTH_PLUGIN_ERRORS.

◆ m_count_proxy_user_acl_errors

ulonglong row_host_cache::m_count_proxy_user_acl_errors

Column COUNT_PROXY_USER_ACL_ERRORS.

◆ m_count_proxy_user_errors

ulonglong row_host_cache::m_count_proxy_user_errors

Column COUNT_PROXY_USER_ERRORS.

◆ m_count_ssl_errors

ulonglong row_host_cache::m_count_ssl_errors

Column COUNT_SSL_ERRORS.

◆ m_count_unknown_errors

ulonglong row_host_cache::m_count_unknown_errors

Column COUNT_UNKNOWN_ERRORS.

◆ m_first_error_seen

ulonglong row_host_cache::m_first_error_seen

Column FIRST_ERROR_SEEN.

◆ m_first_seen

ulonglong row_host_cache::m_first_seen

Column FIRST_SEEN.

◆ m_host_validated

bool row_host_cache::m_host_validated

Column HOST_VALIDATED.

◆ m_hostname

char row_host_cache::m_hostname[PSI_HOSTNAME_LENGTH]

Column HOST.

◆ m_hostname_length

uint row_host_cache::m_hostname_length

◆ m_ip

char row_host_cache::m_ip[64]

Column IP.

◆ m_ip_length

uint row_host_cache::m_ip_length

◆ m_last_error_seen

ulonglong row_host_cache::m_last_error_seen

Column LAST_ERROR_SEEN.

◆ m_last_seen

ulonglong row_host_cache::m_last_seen

Column LAST_SEEN.

◆ m_sum_connect_errors

ulonglong row_host_cache::m_sum_connect_errors

Column SUM_CONNECT_ERRORS.


The documentation for this struct was generated from the following file: