MySQL operational considerations
ON UPDATEandON DELETEcommands withCASCADE,SET NULL, orSET DEFAULTclauses are not captured by MySQL's binlog, so are not read by MySQL Reader.When Compression is True, MySQL Reader compares the received before and after value for the UPDATE operation and sets the value in the data array in the WAEvent output only when the before and after values are not the same. This may cause problems when the target has an ON UPDATE constraint: the value in the source and target may not match.