Skip to content

DOCS-4676 #2112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
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