Skip to content

DOCSP-16303-remove-findandmodify-page-linearizable-reads #5494

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

Merged
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
4 changes: 2 additions & 2 deletions config/redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ raw: /master/release-notes/3.3-dev-series-reference -> ${base}/master/release-no
(v3.2-*]: /${version}/tutorial/migrate-config-servers-with-different-hostnames -> ${base}/${version}/tutorial/replace-config-server/
(v3.2-*]: /${version}/migrate-config-servers-with-same-hostname -> ${base}/${version}/tutorial/replace-config-server/
[v3.2]: /${version}/release-notes/3.4 -> ${base}/${version}/manual/release-notes/3.4/
[*-v3.2]: /${version}/tutorial/perform-findAndModify-linearizable-reads -> ${base}/${version}/tutorial/perform-findAndModify-quorum-reads/
(v3.2-*]: /${version}/tutorial/perform-findAndModify-quorum-reads -> ${base}/${version}/tutorial/perform-findAndModify-linearizable-reads/
[v3.4-*]: /${version}/tutorial/perform-findAndModify-linearizable-reads -> ${base}/${version}/reference/read-concern/
[*-v3.2]: /${version}/tutorial/perform-findAndModify-quorum-reads -> ${base}/${version}/reference/read-concern/
[*-v3.2]: /${version}/release-notes/3.4-downgrade -> ${base}/${version}/release-notes/
[*-v3.2]: /${version}/release-notes/3.4-downgrade-replica-set -> ${base}/${version}/release-notes/
[*-v3.2]: /${version}/release-notes/3.4-downgrade-sharded-cluster -> ${base}/${version}/release-notes/
Expand Down
2 changes: 0 additions & 2 deletions source/core/crud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Atomicity, consistency, and distributed operations
- :doc:`/core/write-operations-atomicity`
- :doc:`/core/read-isolation-consistency-recency`
- :doc:`/core/distributed-queries`
- :doc:`/tutorial/perform-findAndModify-linearizable-reads`

Query Plan, Performance, and Analysis
- :doc:`/core/query-plans`
Expand All @@ -38,7 +37,6 @@ Miscellaneous
/core/write-operations-atomicity
/core/read-isolation-consistency-recency
/core/distributed-queries
/tutorial/perform-findAndModify-linearizable-reads
/core/query-plans
/core/query-optimization
/tutorial/analyze-query-plan
Expand Down
55 changes: 0 additions & 55 deletions source/includes/steps-findAndModify-quorum-reads.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions source/reference/command/findAndModify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,3 @@ For the syntax, see :ref:`let <findAndModify-let-syntax>`.
update: { flavor: "orange" },
let: { targetFlavor: "cherry" }
} )

.. seealso::

:ref:`perform-findAndModify-linearizable-reads`
5 changes: 0 additions & 5 deletions source/reference/method/db.collection.findAndModify.txt
Original file line number Diff line number Diff line change
Expand Up @@ -787,8 +787,3 @@ For the syntax, see :ref:`let <db.collection.findAndModify-let-syntax>`.
update: { flavor: "orange" },
let: { targetFlavor: "cherry" }
} )


.. seealso::

:ref:`perform-findAndModify-linearizable-reads`
100 changes: 0 additions & 100 deletions source/tutorial/perform-findAndModify-linearizable-reads.txt

This file was deleted.