MySQL Error 1719 – ER_BINLOG_UNSAFE_UPDATE_IGNORE

MySQL Error Message

UPDATE IGNORE is unsafe because the order in which rows
are updated determines which (if any) rows are ignored. This order
cannot be predicted and may differ on source and the replica.