tet123/debezium-connector-mysql/src
Randall Hauch 9581140c36 DBZ-216 MySQL connector should ignore DELETE FROM statements
Parse and ignore any `DELETE` statements that might be seen in the binlog.

Theoretically, the binlog of a properly-configured MySQL server with row-level binlog enabled should never see these statements. However, users on Amazon RDS run into this quite frequently, and we should just handle and ignore them.
2017-06-01 20:04:45 +02:00
..
main DBZ-216 MySQL connector should ignore DELETE FROM statements 2017-06-01 20:04:45 +02:00
test DBZ-216 MySQL connector should ignore DELETE FROM statements 2017-06-01 20:04:45 +02:00