Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/reference/command/touch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ Storage Engines

.. versionchanged:: 2.8.0

If the current storage engine does *not* support :dbcommand:`touch`,
If the current storage engine does not support :dbcommand:`touch`,
the :dbcommand:`touch` command will return an error.

The ``mmapv1`` storage engine supports :dbcommand:`touch`.
The MMAPv1 storage engine supports :dbcommand:`touch`.

The ``wiredTiger`` storage engine does *not* support :dbcommand:`touch`.
The WiredTiger storage engine does *not* support :dbcommand:`touch`.
8 changes: 4 additions & 4 deletions source/release-notes/2.8-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Support for ``touch`` Command
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If a storage engine does not support the :dbcommand:`touch`, then the
:dbcommand:`touch` command will return an error:

- The WiredTiger storage engine *does not* support the
:dbcommand:`touch`.
:dbcommand:`touch` command will return an error.

- The MMAPv1 storage engine supports :dbcommand:`touch`.

- The WiredTiger storage engine *does not* support
:dbcommand:`touch`.

Dynamic Record Allocation
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down