MySQL 5.6.14 Source Code Document
|
#include <table_socket_instances.h>
Public Attributes | |
const char * | m_event_name |
uint | m_event_name_length |
const void * | m_identity |
ulonglong | m_thread_id |
bool | m_thread_id_set |
uint | m_fd |
char | m_ip [INET6_ADDRSTRLEN+1] |
uint | m_ip_length |
uint | m_port |
PSI_socket_state | m_state |
A row of PERFORMANCE_SCHEMA.SOCKET_INSTANCES.
Definition at line 33 of file table_socket_instances.h.
const char* row_socket_instances::m_event_name |
Column EVENT_NAME.
Definition at line 36 of file table_socket_instances.h.
uint row_socket_instances::m_event_name_length |
Length in bytes of m_event_name
.
Definition at line 38 of file table_socket_instances.h.
uint row_socket_instances::m_fd |
Column SOCKET_ID
Definition at line 46 of file table_socket_instances.h.
const void* row_socket_instances::m_identity |
Column OBJECT_INSTANCE_BEGIN
Definition at line 40 of file table_socket_instances.h.
char row_socket_instances::m_ip[INET6_ADDRSTRLEN+1] |
Socket ip address, IPV4 or IPV6
Definition at line 48 of file table_socket_instances.h.
uint row_socket_instances::m_ip_length |
Length in bytes of m_ip
.
Definition at line 50 of file table_socket_instances.h.
uint row_socket_instances::m_port |
Column PORT
Definition at line 52 of file table_socket_instances.h.
PSI_socket_state row_socket_instances::m_state |
Socket state: ACTIVE or IDLE
Definition at line 54 of file table_socket_instances.h.
ulonglong row_socket_instances::m_thread_id |
Column THREAD_ID
Definition at line 42 of file table_socket_instances.h.
bool row_socket_instances::m_thread_id_set |
True if thread_is is set
Definition at line 44 of file table_socket_instances.h.