MySQL 8.0.40
Source Code Documentation
|
A row of PERFORMANCE_SCHEMA.SOCKET_INSTANCES. More...
#include <table_socket_instances.h>
Public Member Functions | |
row_socket_instances () | |
Public Attributes | |
const char * | m_event_name |
Column EVENT_NAME. More... | |
uint | m_event_name_length |
Length in bytes of m_event_name . More... | |
const void * | m_identity |
Column OBJECT_INSTANCE_BEGIN. More... | |
ulonglong | m_thread_id |
Column THREAD_ID. More... | |
bool | m_thread_id_set |
True if thread_is is set. More... | |
uint | m_fd |
Column SOCKET_ID. More... | |
char | m_ip [INET6_ADDRSTRLEN+1] |
Socket ip address, IPV4 or IPV6. More... | |
uint | m_ip_length |
Length in bytes of m_ip . More... | |
uint | m_port |
Column PORT. More... | |
PSI_socket_state | m_state |
Socket state: ACTIVE or IDLE. More... | |
A row of PERFORMANCE_SCHEMA.SOCKET_INSTANCES.
|
inline |
const char* row_socket_instances::m_event_name |
Column EVENT_NAME.
uint row_socket_instances::m_event_name_length |
Length in bytes of m_event_name
.
uint row_socket_instances::m_fd |
Column SOCKET_ID.
const void* row_socket_instances::m_identity |
Column OBJECT_INSTANCE_BEGIN.
char row_socket_instances::m_ip[INET6_ADDRSTRLEN+1] |
Socket ip address, IPV4 or IPV6.
uint row_socket_instances::m_ip_length |
Length in bytes of m_ip
.
uint row_socket_instances::m_port |
Column PORT.
PSI_socket_state row_socket_instances::m_state |
Socket state: ACTIVE or IDLE.
ulonglong row_socket_instances::m_thread_id |
Column THREAD_ID.
bool row_socket_instances::m_thread_id_set |
True if thread_is is set.