...
- alter table add supplemental logging: NOT replicated
- alter table drop supplemental logging: NOT replicated
- alter table add partition: replicated
- alter table drop (sub)partition: replicated
- alter table truncate (sub)partition: replicated
- alter table split (sub)partition: replicated
- alter table merge (sub)partition: replicated
- alter table exchange (sub)partition: replicated
- alter table set (sub)partition: replicated
- alter table coalesce (sub)partition: replicated
- alter table modify (sub)partition: replicated
- alter table rename "BIN...: NOT replicated
- alter table rename/add/drop constraint: replicated
- alter table add: replicated
- alter table drop/rename column: replicated
- alter table rename: replicated
- alter table enable: replicated (2.7)
- alter table disable: replicated (2.7)
Note: Table Partition DDL is turned off by default because the target database may not support it or have the same partitions. To turn this on set _DDL_REPLICATE_PARTITIONS=YES
...