MySQL 9.1.0
Source Code Documentation
|
#include "classic_frame.h"
#include "classic_connection_base.h"
#include "classic_session_tracker.h"
#include "mysql/harness/stdx/expected.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) |
template<class Msg > | |
void | trace_set_attributes_impl (TraceEvent *ev, ClassicProtocolState &src_protocol, const Msg &msg) |
|
static |
|
static |
|
static |
|
inline |