MySQL 9.1.0
Source Code Documentation
|
An instrumented socket. More...
#include <mysql_socket_bits.h>
Public Attributes | |
my_socket | fd |
The real socket descriptor. More... | |
struct PSI_socket * | m_psi |
The instrumentation hook. More... | |
An instrumented socket.
MYSQL_SOCKET
is a replacement for my_socket
.
my_socket MYSQL_SOCKET::fd |
The real socket descriptor.
struct PSI_socket* MYSQL_SOCKET::m_psi |
The instrumentation hook.
Note that this hook is not conditionally defined, for binary compatibility of the MYSQL_SOCKET
interface.