MySQL 8.3.0
Source Code Documentation
classic_frame.cc File Reference

Functions

static bool has_frame_header (ClassicProtocolState *src_protocol)
 
static bool has_msg_type (ClassicProtocolState *src_protocol)
 
static stdx::expected< std::pair< size_t, ClassicProtocolState::FrameInfo >, std::error_code > decode_frame_header (const net::const_buffer &recv_buf)
 
template<class Msg >
void trace_set_attributes_impl (TraceEvent *ev, ClassicProtocolState *src_protocol, const Msg &msg)
 

Function Documentation

◆ decode_frame_header()

static stdx::expected< std::pair< size_t, ClassicProtocolState::FrameInfo >, std::error_code > decode_frame_header ( const net::const_buffer recv_buf)
static

◆ has_frame_header()

static bool has_frame_header ( ClassicProtocolState src_protocol)
static

◆ has_msg_type()

static bool has_msg_type ( ClassicProtocolState src_protocol)
static

◆ trace_set_attributes_impl()

template<class Msg >
void trace_set_attributes_impl ( TraceEvent ev,
ClassicProtocolState src_protocol,
const Msg &  msg 
)
inline