MySQL 8.0.40
Source Code Documentation
|
#include "classic_frame.h"
#include "classic_connection_base.h"
#include "mysql/harness/tls_error.h"
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) |
|
static |
|
static |
|
static |