...
Register target database in mine metadata, must be executed after you load/create mine and apply dictionary.
ENGINE SUPPLEMENTAL LOGGING TABLE
...
scheme.table_name ENABLE PRIMARY KEY
ENGINE SUPPLEMENTAL LOGGING TABLE
...
schema.table_name DISABLE PRIMARY KEY
Enables/disables supplemental logging on table for its primary key. This is mandatory on source for replicate tables. (This is done automatically by PREPARE commands.)
It is also mandatory to enable supplemental logging at database level. This is done automatically during ENGINE SETUP MINE DICTIONARY.
ENGINE SUPPLEMENTAL LOGGING SCHEMA scheme ENABLE PRIMARY KEY
ENGINE SUPPLEMENTAL LOGGING SCHEMA scheme DISABLE PRIMARY KEY
Enables/disables supplemental logging on all table in the schema for their primary key. This is mandatory on source for replicate tables. (This is done automatically by PREPARE commands.)
It is also mandatory to enable supplemental logging at database level. This is done automatically during ENGINE SETUP MINE DICTIONARY.
ENGINE DUMP MESSAGES
Dumps buffer of debug messages that were suppressed by DEBUG_LEVEL setting. (Dumps about last 400kB.)
...