...
Set a column to be excluded/included in mining. Use this if you don't want to replicate a specific column(s).
Note that PREPARE automatically includes all columns and EXCLUDE thus must follow the prepare.
EXCLUDE CREATE TABLE
INCLUDE CREATE TABLE
Maintain the list of tables/table name patters that should not be automatically prepared when created on source, although DDL is enabled and and whole schema is prepared. The main use case for this feature is to skip various temporary tables that are not worth replicating. Use the % character as a wildcard. Underscore (_) is not treated as a special character.
The commands add a new rule; if an existing rule of opposite meaning already exists, it is deleted instead. The matching starts with the oldest one and goes on till the newest rule added; if a reordering is needed, clear the list and start again. The SHOW option lists the existing rules using the very same syntax, so the list can be easily edited and then executed to apply the changes.
INCLUDE CREATE TABLE
LICENSE
Shows current license, as set by LICENSE_KEY variable.
The optional FULL keyword specifies the verbosity of the command:
...