MySQL 9.1.0
Source Code Documentation
mp_state Struct Reference

Local state for multipacket processing. More...

#include <mysql_async.h>

Public Member Functions

void reset ()
 

Public Attributes

net_async_status mp_status
 
size_t mp_start_of_packet
 
size_t mp_first_packet_offset
 
size_t mp_buf_length
 
uint mp_multi_byte_packet
 
ulong mp_save_pos
 
ulong mp_total_length
 

Detailed Description

Local state for multipacket processing.

Member Function Documentation

◆ reset()

void mp_state::reset ( )
inline

Member Data Documentation

◆ mp_buf_length

size_t mp_state::mp_buf_length

◆ mp_first_packet_offset

size_t mp_state::mp_first_packet_offset

◆ mp_multi_byte_packet

uint mp_state::mp_multi_byte_packet

◆ mp_save_pos

ulong mp_state::mp_save_pos

◆ mp_start_of_packet

size_t mp_state::mp_start_of_packet

◆ mp_status

net_async_status mp_state::mp_status

◆ mp_total_length

ulong mp_state::mp_total_length

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