Module mysql

Source
Expand description

Types related to mysql sources

Structs§

MySqlSourceConnection
MySqlSourceDetails
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.
MySqlSourceExportDetails
Specifies the details of a MySQL source export.
ProtoMySqlSourceConnection
ProtoMySqlSourceDetails
ProtoMySqlSourceExportDetails
ProtoMySqlSourceExportStatementDetails
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§

GtidState
Represents a MySQL transaction id

Statics§

MYSQL_PROGRESS_DESC

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§

GtidPartition
This type is used to represent the progress of each MySQL GTID ‘source_id’ in the ingestion dataflow.