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§
- Binlog
Ctx - Binlog
File - Binlog file.
- Binlog
File Header - A binlog file starts with a Binlog File Header
[ fe 'bin' ]
. - Event
Stream Reader - Reader for binlog events.
Traits§
- Binlog
Event - Binlog
Struct - Binlog event.