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.