Files
scylladb/db
Petr Gusev cda49b06dc system_keyspace: remove redundant wait_for_sync_to_commitlog
Tables with schema commitlog already sync every
write, wait_for_sync_to_commitlog makes sense
only for the regular commitlog.

Technically there are nothing wrong with allowing
both options, but it's confusing. Being strict
and accurate about the meaning of the options
reduces the chance of errors due to misunderstanding.

This is preparation for the next commits, where
we will start generating an error if the combination
of options doesn't make sense.
2023-09-13 23:00:15 +04:00
..
2023-08-31 00:03:04 +03:00
2023-09-05 10:09:04 +03:00
2023-02-15 11:01:50 +02:00
2022-06-22 20:16:48 +02:00
2022-06-22 20:16:48 +02:00
2023-08-08 11:11:07 +03:00