Files
scylladb/cql3
Kamil Braun aa72a1c556 cql3: when altering table, keep old values of unchanged extensions
When the user performed

alter ks.t with compaction = {...}

the values of most other options, which were not specified in the
statement, e.g. compression, were left unchanged. That wasn't true for
extension options however: for example, the "cdc" option was removed.

This commit fixes the behavior to keep the old values of extension
options not specified in the alter statement.
2020-03-15 17:45:30 +02:00
..
2020-03-10 13:13:48 -07:00
2020-02-04 10:52:04 +02:00
2019-07-04 10:54:30 +02:00
2020-03-03 11:34:00 +01:00
2020-03-03 11:34:00 +01:00