MySQL 8.0.37
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)
 

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