mz_
storage
0.0.0
Module events
Module Items
Functions
In mz_
storage::
source::
mysql::
replication
mz_storage
::
source
::
mysql
::
replication
Module
events
Copy item path
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.