Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: exclude/include create table

...

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

Image Added

INCLUDE CREATE TABLE

Image Added

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.

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.

LICENSE

Shows current license, as set by LICENSE_KEY variable.
The optional FULL keyword specifies the verbosity of the command:

...