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 struct.
  • Codec for MySql protocol packets.

Enums§

Functions§

  • Will compress all data from src to dst.
  • Will split given packet to MySql packet chunks and write into dst.