MySQL 5.6.14 Source Code Document
|
Public Attributes | |
my_socket | fd |
struct PSI_socket * | m_psi |
Definition at line 63 of file mysql_socket.h.
my_socket st_mysql_socket::fd |
The real socket descriptor.
Definition at line 66 of file mysql_socket.h.
struct PSI_socket* st_mysql_socket::m_psi |
The instrumentation hook. Note that this hook is not conditionally defined, for binary compatibility of the MYSQL_SOCKET
interface.
Definition at line 73 of file mysql_socket.h.