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

Public Member Functions

void reset ()
void aggregate (const Host_errors *errors)
bool has_error () const
void sum_connect_errors ()
void clear_connect_errors ()

Public Attributes

ulong m_connect
ulong m_host_blocked
ulong m_nameinfo_transient
ulong m_nameinfo_permanent
ulong m_format
ulong m_addrinfo_transient
ulong m_addrinfo_permanent
ulong m_FCrDNS
ulong m_host_acl
ulong m_no_auth_plugin
ulong m_auth_plugin
ulong m_handshake
ulong m_proxy_user
ulong m_proxy_user_acl
ulong m_authentication
ulong m_ssl
ulong m_max_user_connection
ulong m_max_user_connection_per_hour
ulong m_default_database
ulong m_init_connect
ulong m_local

Detailed Description

Definition at line 23 of file hostname.h.

Member Data Documentation

ulong Host_errors::m_addrinfo_permanent

Number of permanent errors from getaddrinfo().

Definition at line 46 of file hostname.h.

ulong Host_errors::m_addrinfo_transient

Number of transient errors from getaddrinfo().

Definition at line 44 of file hostname.h.

ulong Host_errors::m_auth_plugin

Number of errors from auth plugin.

Definition at line 54 of file hostname.h.

ulong Host_errors::m_authentication

Number of errors from authentication.

Definition at line 62 of file hostname.h.

ulong Host_errors::m_connect

Number of connect errors.

Definition at line 33 of file hostname.h.

ulong Host_errors::m_default_database

Number of errors from the default database.

Definition at line 70 of file hostname.h.

ulong Host_errors::m_FCrDNS

Number of errors from Forward-Confirmed reverse DNS checks.

Definition at line 48 of file hostname.h.

ulong Host_errors::m_format

Number of errors from is_hostname_valid().

Definition at line 42 of file hostname.h.

ulong Host_errors::m_handshake

Number of errors from authentication plugins.

Definition at line 56 of file hostname.h.

ulong Host_errors::m_host_acl

Number of errors from host grants.

Definition at line 50 of file hostname.h.

ulong Host_errors::m_host_blocked

Number of host blocked errors.

Definition at line 36 of file hostname.h.

ulong Host_errors::m_init_connect

Number of errors from init_connect.

Definition at line 72 of file hostname.h.

ulong Host_errors::m_local

Number of errors from the server itself.

Definition at line 74 of file hostname.h.

ulong Host_errors::m_max_user_connection

Number of errors from max user connection.

Definition at line 66 of file hostname.h.

ulong Host_errors::m_max_user_connection_per_hour

Number of errors from max user connection per hour.

Definition at line 68 of file hostname.h.

ulong Host_errors::m_nameinfo_permanent

Number of permanent errors from getnameinfo().

Definition at line 40 of file hostname.h.

ulong Host_errors::m_nameinfo_transient

Number of transient errors from getnameinfo().

Definition at line 38 of file hostname.h.

ulong Host_errors::m_no_auth_plugin

Number of errors from missing auth plugin.

Definition at line 52 of file hostname.h.

ulong Host_errors::m_proxy_user

Number of errors from proxy user.

Definition at line 58 of file hostname.h.

ulong Host_errors::m_proxy_user_acl

Number of errors from proxy user acl.

Definition at line 60 of file hostname.h.

ulong Host_errors::m_ssl

Number of errors from ssl.

Definition at line 64 of file hostname.h.


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