Files
scylladb/cdc
Juliusz Stasiewicz 836183b847 cdc: fix operation value for row deletes
Column `operation` now contains `operation::row_delete` (== 2)
after queries like `delete from tbl where pk=x AND ck=y;`. Before
this patch row deletes were treated as updates, which was incorrect
because updates do not contain row tombstones (and row deletes do).

Refs #5709
2020-02-26 11:58:50 +01:00
..
2020-02-17 10:59:15 +01:00
2020-02-17 10:59:15 +01:00
2020-02-17 10:59:15 +01:00