Module mysql_common::proto::codec
source · Expand description
MySql protocol codec implementation.
Modules§
Structs§
- When compressing data, the compression level can be specified by a value in this enum.
- Codec for MySql protocol packets.
Enums§
- Decoder for MySql protocol chunk.
- Chunk info.
- Stores information about compressed packet being decoded.
- Decoder for MySql compressed packet.
Functions§
- Will compress all data from
src
todst
. - Will split given
packet
to MySql packet chunks and write intodst
.