-
Bug
-
Resolution: Done
-
Major
-
0.9.1.Final
-
None
We discovered the mysql source connector is not creating a delete message (op: d) for all mysql tables with so called composite keys. Those tables are only having 2 columns and both are primary key. A create message (op:c) is created, but an "op:d" message is not sent when a row is deleted in this table.