Skip to content

Commit b34adfd

Browse files
DOCSP-43405-msg-oplogReplay-find-command (#6295)
* DOCSP-43405-msg-oplogReplay-find-command * Update source/reference/command/find.txt Removed a word for simplicity Co-authored-by: Jeff Allen <[email protected]> * Update source/reference/command/find.txt Removed redundant reference. Co-authored-by: Jeff Allen <[email protected]> --------- Co-authored-by: Jeff Allen <[email protected]>
1 parent f5478cb commit b34adfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/reference/command/find.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ The :dbcommand:`find` command has the following syntax:
7474
}
7575
)
7676

77+
.. note::
78+
Since MongoDB 4.4, the ``find`` command ignores the
79+
``oplogReplay`` flag. If the ``oplogReplay`` flag is set,
80+
the server accepts it for backwards compatibility, but has no effect.
81+
7782
.. _find-cmd-fields:
7883

7984
Command Fields
@@ -421,7 +426,6 @@ When using :ref:`Stable API <stable-api>` V1, the following
421426
- ``max``
422427
- ``min``
423428
- ``noCursorTimeout``
424-
- ``oplogReplay``
425429
- ``returnKey``
426430
- ``showRecordId``
427431
- ``tailable``

0 commit comments

Comments
 (0)