ignore_trigger

Use this system parameter to specify whether CDC Replication ignores (that is, does not replicate) triggers.

Versions supportedCDC Replication Engine for MariaDB Source version 11.4 and later

Applies to
Source datastores
Values
Set this parameter to one of the following values:
TRUE
Specifies that CDC Replication will not replicated DML operating that have been generated by a trigger. This option can be useful if you have matching triggers on the target database and do not need trigger-generated operations to be replicated.
FALSE
Specifies that CDC Replication will replicate trigger-generated DML operations.
Default Setting
FALSE