MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
row_host_cache Struct Reference

#include <table_host_cache.h>

Public Attributes

char m_ip [64]
uint m_ip_length
char m_hostname [255]
uint m_hostname_length
bool m_host_validated
ulonglong m_sum_connect_errors
ulonglong m_count_host_blocked_errors
ulonglong m_count_nameinfo_transient_errors
ulonglong m_count_nameinfo_permanent_errors
ulonglong m_count_format_errors
ulonglong m_count_addrinfo_transient_errors
ulonglong m_count_addrinfo_permanent_errors
ulonglong m_count_fcrdns_errors
ulonglong m_count_host_acl_errors
ulonglong m_count_no_auth_plugin_errors
ulonglong m_count_auth_plugin_errors
ulonglong m_count_handshake_errors
ulonglong m_count_proxy_user_errors
ulonglong m_count_proxy_user_acl_errors
ulonglong m_count_authentication_errors
ulonglong m_count_ssl_errors
ulonglong m_count_max_user_connection_errors
ulonglong m_count_max_user_connection_per_hour_errors
ulonglong m_count_default_database_errors
ulonglong m_count_init_connect_errors
ulonglong m_count_local_errors
ulonglong m_count_unknown_errors
ulonglong m_first_seen
ulonglong m_last_seen
ulonglong m_first_error_seen
ulonglong m_last_error_seen

Detailed Description

A row of PERFORMANCE_SCHEMA.HOST_CACHE.

Definition at line 35 of file table_host_cache.h.

Member Data Documentation

ulonglong row_host_cache::m_count_addrinfo_permanent_errors

Column COUNT_ADDRINFO_PERMANENT_ERRORS.

Definition at line 58 of file table_host_cache.h.

ulonglong row_host_cache::m_count_addrinfo_transient_errors

Column COUNT_ADDRINFO_TRANSIENT_ERRORS.

Definition at line 56 of file table_host_cache.h.

ulonglong row_host_cache::m_count_auth_plugin_errors

Column COUNT_AUTH_PLUGIN_ERRORS.

Definition at line 66 of file table_host_cache.h.

ulonglong row_host_cache::m_count_authentication_errors

Column COUNT_AUTHENTICATION_ERRORS.

Definition at line 74 of file table_host_cache.h.

ulonglong row_host_cache::m_count_default_database_errors

Column COUNT_DEFAULT_DATABASE_ERRORS.

Definition at line 82 of file table_host_cache.h.

ulonglong row_host_cache::m_count_fcrdns_errors

Column COUNT_FCRDNS_ERRORS.

Definition at line 60 of file table_host_cache.h.

ulonglong row_host_cache::m_count_format_errors

Column COUNT_FORMAT_ERRORS.

Definition at line 54 of file table_host_cache.h.

ulonglong row_host_cache::m_count_handshake_errors

Column COUNT_HANDSHAKE_ERRORS.

Definition at line 68 of file table_host_cache.h.

ulonglong row_host_cache::m_count_host_acl_errors

Column COUNT_HOST_ACL_ERRORS.

Definition at line 62 of file table_host_cache.h.

ulonglong row_host_cache::m_count_host_blocked_errors

Column COUNT_HOST_BLOCKED_ERRORS.

Definition at line 48 of file table_host_cache.h.

ulonglong row_host_cache::m_count_init_connect_errors

Column COUNT_INIT_CONNECT_ERRORS.

Definition at line 84 of file table_host_cache.h.

ulonglong row_host_cache::m_count_local_errors

Column COUNT_LOCAL_ERRORS.

Definition at line 86 of file table_host_cache.h.

ulonglong row_host_cache::m_count_max_user_connection_errors

Column COUNT_MAX_USER_CONNECTION_ERRORS.

Definition at line 78 of file table_host_cache.h.

ulonglong row_host_cache::m_count_max_user_connection_per_hour_errors

Column COUNT_MAX_USER_CONNECTION_PER_HOUR_ERRORS.

Definition at line 80 of file table_host_cache.h.

ulonglong row_host_cache::m_count_nameinfo_permanent_errors

Column COUNT_NAMEINFO_PERMANENT_ERRORS.

Definition at line 52 of file table_host_cache.h.

ulonglong row_host_cache::m_count_nameinfo_transient_errors

Column COUNT_NAMEINFO_TRANSIENT_ERRORS.

Definition at line 50 of file table_host_cache.h.

ulonglong row_host_cache::m_count_no_auth_plugin_errors

Column COUNT_NO_AUTH_PLUGIN_ERRORS.

Definition at line 64 of file table_host_cache.h.

ulonglong row_host_cache::m_count_proxy_user_acl_errors

Column COUNT_PROXY_USER_ACL_ERRORS.

Definition at line 72 of file table_host_cache.h.

ulonglong row_host_cache::m_count_proxy_user_errors

Column COUNT_PROXY_USER_ERRORS.

Definition at line 70 of file table_host_cache.h.

ulonglong row_host_cache::m_count_ssl_errors

Column COUNT_SSL_ERRORS.

Definition at line 76 of file table_host_cache.h.

ulonglong row_host_cache::m_count_unknown_errors

Column COUNT_UNKNOWN_ERRORS.

Definition at line 88 of file table_host_cache.h.

ulonglong row_host_cache::m_first_error_seen

Column FIRST_ERROR_SEEN.

Definition at line 94 of file table_host_cache.h.

ulonglong row_host_cache::m_first_seen

Column FIRST_SEEN.

Definition at line 90 of file table_host_cache.h.

bool row_host_cache::m_host_validated

Column HOST_VALIDATED.

Definition at line 44 of file table_host_cache.h.

char row_host_cache::m_hostname[255]

Column HOST.

Definition at line 41 of file table_host_cache.h.

char row_host_cache::m_ip[64]

Column IP.

Definition at line 38 of file table_host_cache.h.

ulonglong row_host_cache::m_last_error_seen

Column LAST_ERROR_SEEN.

Definition at line 96 of file table_host_cache.h.

ulonglong row_host_cache::m_last_seen

Column LAST_SEEN.

Definition at line 92 of file table_host_cache.h.

ulonglong row_host_cache::m_sum_connect_errors

Column SUM_CONNECT_ERRORS.

Definition at line 46 of file table_host_cache.h.


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