mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 20:05:10 +00:00
Merged pull request https://github.com/scylladb/scylla/pull/7028 By Calle Wilund: Changes the "preimage" option from binary true/false to on/off/full (accepting true/false, and using old style notation for normal to string - for upgrade reasons), where "full" will force us to include all columns in pre image log rows. Adds small test (just adding the case to preimage test). Uses the feature in alternator Fixes #7030 alternator: Set "preimage" to "full" for streams cdc_test: Do small test of "full" cdc: Make pre image optionally "full" (include all columns)