Skip to content

Commit

Permalink
Revert "Minor fixes, note that timestamps are supported for in-memory…
Browse files Browse the repository at this point in the history
… databases."

This reverts commit 8ce4f13.
  • Loading branch information
keithbostic committed Feb 8, 2022
1 parent 8ce4f13 commit 1b10e56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/docs/timestamp-misc.dox
Expand Up @@ -56,8 +56,4 @@ from. See @ref snapshot_reset.
Transactions that have set \c read_timestamp can also call
WT_SESSION::reset_snapshot, but it will have no effect.

@section timestamps_misc_in_memory In-memory configurations and timestamps

Timestamps are supported for in-memory databasees.

*/
2 changes: 1 addition & 1 deletion src/docs/timestamp-model.dox
Expand Up @@ -77,7 +77,7 @@ database requires caution. Configuring logging for the database will
automatically configure logging for each object in the database unless logging
is explicitly turned off when the object is created.

@section timestamps_durability_checkpoint Checkpoint durability and timestamps
@subsection timestamps_durability_checkpoint Checkpoint durability and timestamps

Checkpoint durability is the expected choice for most objects when
timestamps are configured. The change from checkpoint durability without
Expand Down

0 comments on commit 1b10e56

Please sign in to comment.