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