Statement-based

With statement-based replication, triggers executed on the master also execute on the slave.

 

Row-based

With row-based replication, triggers executed on the master do not execute on the slave. Instead, the row changes on the master resulting from trigger execution are replicated and applied on the slave.

相关文章: