In src/txn/txn_timestamp.c:__wt_txn_global_set_timestamp(),
the commit_timestamp configuration remains after all_committed has been removed, which doesn't match the comment:
/* * TODO: When we remove all_committed, we need to remove this too. For now, we're temporarily * aliasing the global commit timestamp to the global durable timestamp. */ WT_RET(__wt_config_gets_def(session, cfg, "commit_timestamp", 0, &durable_cval));
- depends on
-
SERVER-62383 Use durable_timestamp instead of commit_timestamp for set_timestamp
- Closed
- is duplicated by
-
WT-5397 Remove connection-level commit timestamp
- Closed