Module mysql_common::binlog[][src]

Expand description

Binlog-related structures and functions. This implementation assumes binlog version >= 4 (MySql >= 5.0.0).

All structures of this module contains raw data that may not necessarily be valid. Please consult the MySql documentation.

Modules

Functions and types related to the mysql decimal type.

MySql internal binary JSON representation.

Structs

Binlog file.

A binlog file starts with a Binlog File Header [ fe 'bin' ].

Reader for binlog events.

Traits