Expand description
Types related to mysql sources
Structs§
- This struct allows storing any mysql-specific details for a source, serialized as an option in the
CREATE SOURCE
statement. It was previously used but is not currently necessary, though we keep it around to maintain conformity with other sources. - Specifies the details of a MySQL source export.
- NOTE: this message is encoded and stored as part of source export statement options Be extra careful about changes, ensuring that all changes are backwards compatible
Enums§
- Represents a MySQL transaction id
Statics§
Functions§
- Parses a GTID Set string received from a MySQL server (e.g. from @@gtid_purged or @@gtid_executed).
Type Aliases§
- This type is used to represent the progress of each MySQL GTID ‘source_id’ in the ingestion dataflow.