Expand description
Types related to mysql sources
Structs§
- MySql
Source Connection - MySql
Source Details - 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. - MySql
Source Export Details - Specifies the details of a MySQL source export.
- Proto
MySql Source Connection - Proto
MySql Source Details - Proto
MySql Source Export Details - Proto
MySql Source Export Statement Details - 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§
- Gtid
State - Represents a MySQL transaction id
Statics§
Functions§
- any_
gtidset 🔒 - gtid_
set_ frontier - Parses a GTID Set string received from a MySQL server (e.g. from @@gtid_purged or @@gtid_executed).
Type Aliases§
- Gtid
Partition - This type is used to represent the progress of each MySQL GTID ‘source_id’ in the ingestion dataflow.