mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
This change disallows creating CDC log tables for already existing CDC log tables. CDC logs nested in that way are not really useful and do not work at the moment, therefore disallowing their creation prevents confusion. Fixes #5967 Tests: unit(dev) * piodul/5967-disallow-nested-cdc-logs: cdc: disallow creating nested CDC logs cql_repl: register schema extensions