Files
scylladb/cdc
Juliusz Stasiewicz cf24ae86f3 cdc: distinguishing update from insert
When incoming mutation contains live row marker the `operation` is
described as "insert", not as an "update".

Also, I extended the test case "test_row_delete" with one insert,
which is expected to log different value of `operation` than update
or delete. Renamed the test case accordingly.

Test cases that relied on "update" being the same as "insert" are
updated accordingly (`test_pre_image_logging`, `test_cdc_across_shards`,
`test_add_columns`).

Fixes #5723
2020-03-01 17:50:08 +02:00
..
2020-02-17 10:59:15 +01:00
2020-02-17 10:59:15 +01:00
2020-03-01 17:50:08 +02:00
2020-03-01 17:50:08 +02:00
2020-02-17 10:59:15 +01:00