Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set a column to be excluded in mining. Use this if you don't want to replicate a specific column(s) in a table. Use the % character as a wildcard. Underscore (_) is not treated as a special character.
Note that PREPARE automatically includes all columns and EXCLUDE thus must follow the prepare. The table must already be PREPARED for the column to be excluded.

This command requires a restart of the Mine process.

INCLUDE COLUMN

This command relates to the EXCLUDE COLUMN command and can be used to:

  1. Remove and already existing EXCLUDE COLUMN rule 

This command requires a restart of the Mine process.

EXCLUDE 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 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.

...