mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-27 03:45:11 +00:00
Fixes #6073 The logic with pre/post image was tangled into looking at "rs" and would cause pre-image info to be stored even if only post-image data was enabled. Now only generate keys (and rows for them) iff explicitly enabled. And only generate pre-image key iff we have pre-image data.