Module binlog

Source
Available on crate feature binlog only.
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§

consts
decimal
Functions and types related to the mysql decimal type.
events
jsonb
MySql internal binary JSON representation.
jsondiff
misc
row
time
value

Structs§

BinlogCtx
BinlogFile
Binlog file.
BinlogFileHeader
A binlog file starts with a Binlog File Header [ fe 'bin' ].
EventStreamReader
Reader for binlog events.

Traits§

BinlogEvent
BinlogStruct
Binlog event.