tet123/debezium-connector-mysql/src/test
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
..
docker DBZ-254 Right-padding values for fixed-length BINARY columns with 0x00 (zero byte) characters for MySQL; 2017-05-30 15:04:38 +02:00
java/io/debezium/connector/mysql DBZ-216 MySQL connector should ignore DELETE FROM statements 2017-06-01 20:04:45 +02:00
resources DBZ-198 Add another DDL parser test case 2017-05-19 15:50:03 +02:00