Skip to content
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 source/includes/extracts-4.2-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,13 +200,13 @@ content: |
ref: 4.2-changes-options-tls-ssl
content: |

MongoDB deprecates the SSL options and insteads adds new
MongoDB deprecates the SSL options and instead adds new
corresponding TLS options.
---
ref: 4.2-changes-options-tlsClusterCAFile
content: |
MongoDB adds
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also availalbe
|tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also available
in 3.4.18+, 3.6.9+, 4.0.3+)
---
ref: 4.2-changes-options-tls-ssl-upgrade
Expand Down
2 changes: 1 addition & 1 deletion source/reference/operator/aggregation/accumulator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The :group:`$accumulator` operator has this syntax:

.. list-table::
:header-rows: 1
:widths: 20 40 10
:widths: 20 15 40

* - Field
- Type
Expand Down
16 changes: 8 additions & 8 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ your database.
Options
-------

.. note::
.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`

- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
.. versionchanged:: 5.0

- .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst

.. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
- MongoDB removes the ``--serviceExecutor`` command-line option and the
corresponding ``net.serviceExecutor`` configuration option.

.. versionchanged:: 4.4

- MongoDB removes the ``--noIndexBuildRetry`` command-line option
and the corresponding ``storage.indexBuildRetry`` option.

.. note:: Starting in version 5.0
.. versionchanged:: 4.2

- MongoDB removes the ``--serviceExecutor`` command-line option and the
corresponding ``net.serviceExecutor`` configuration option.
- .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst

- .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst

Core Options
~~~~~~~~~~~~
Expand Down