Module mz_storage::source::mysql::replication::partitions
source · Expand description
Code related to tracking the frontier of GTID partitions for a MySQL source.
Structs§
- Holds the active and future GTID partitions that represent the complete UUID range of all possible GTID source-ids from a MySQL server. The active partitions are all singleton partitions representing a single source-id timestamp, and the future partitions represent the missing UUID ranges that we have not yet seen and are held at timestamp GtidState::Absent.