Module mz_storage::source::mysql::replication::events

source ยท

Functionsยง

  • handle_query_event ๐Ÿ”’
    Handles QueryEvents from the MySQL replication stream. Since we only use row-based replication, we only expect to see QueryEvents for DDL changes.
  • handle_rows_event ๐Ÿ”’
    Handles RowsEvents from the MySQL replication stream. These events contain insert/update/delete events for a single transaction or committed statement.
  • table_ident ๐Ÿ”’
    Returns the MySqlTableName for the given table name referenced in a SQL statement, using the current schema if the table name is unqualified.