MySQL 8.3.0
Source Code Documentation
MYSQL_SOCKET Struct Reference

An instrumented socket. More...

#include <mysql_socket_bits.h>

Public Attributes

my_socket fd
 The real socket descriptor. More...
 
struct PSI_socketm_psi
 The instrumentation hook. More...
 

Detailed Description

An instrumented socket.

MYSQL_SOCKET is a replacement for my_socket.

Member Data Documentation

◆ fd

my_socket MYSQL_SOCKET::fd

The real socket descriptor.

◆ m_psi

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.


The documentation for this struct was generated from the following file: