DDL change replication table locking v7

Note

This option applies only to the publication server.

When the DDL change replication process is invoked, each affected table in the replication system is acquired in turn with an exclusive lock before the DDL change is applied to the table.

Set ddlChangeTableLock to false if you don't want an exclusive lock placed on the table before applying the DDL change. Set this option to false only if there are no write transactions expected on the target table. If write transactions do occur, they might not be recorded by the replication system.

See Replicating DDL changes for more information.

ddlChangeTableLock={true | false}

The default value is true.