Skip to content

Commit 9117029

Browse files
committed
SPEC-1418: Note allowDiskUse find option is ignored for OP_QUERY
1 parent 1029e18 commit 9117029

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/crud/crud.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,8 @@ Read
412412
* can write temporary data to disk while executing the find operation.
413413
*
414414
* This option is sent only if the caller explicitly provides a value. The default
415-
* is to not send a value.
415+
* is to not send a value. For servers < 3.2, this option is ignored and not sent
416+
* as allowDiskUse does not exist in the OP_QUERY wire protocol.
416417
*
417418
* @see https://docs.mongodb.com/manual/reference/command/find/
418419
*/

source/gridfs/gridfs-spec.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,8 @@ Generic Find on Files Collection
745745
* can write temporary data to disk while executing the find operation on the files collection.
746746
*
747747
* This option is sent only if the caller explicitly provides a value. The default
748-
* is to not send a value.
748+
* is to not send a value. For servers < 3.2, this option is ignored and not sent
749+
* as allowDiskUse does not exist in the OP_QUERY wire protocol.
749750
*
750751
* @see https://docs.mongodb.com/manual/reference/command/find/
751752
*/

0 commit comments

Comments
 (0)