File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -200,13 +200,13 @@ content: |
200
200
ref : 4.2-changes-options-tls-ssl
201
201
content : |
202
202
203
- MongoDB deprecates the SSL options and insteads adds new
203
+ MongoDB deprecates the SSL options and instead adds new
204
204
corresponding TLS options.
205
205
---
206
206
ref : 4.2-changes-options-tlsClusterCAFile
207
207
content : |
208
208
MongoDB adds
209
- |tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also availalbe
209
+ |tlsClusterCAFile|/:setting:`net.tls.clusterCAFile`. (Also available
210
210
in 3.4.18+, 3.6.9+, 4.0.3+)
211
211
---
212
212
ref : 4.2-changes-options-tls-ssl-upgrade
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ The :group:`$accumulator` operator has this syntax:
62
62
63
63
.. list-table::
64
64
:header-rows: 1
65
- :widths: 20 40 10
65
+ :widths: 20 15 40
66
66
67
67
* - Field
68
68
- Type
Original file line number Diff line number Diff line change @@ -46,23 +46,23 @@ your database.
46
46
Options
47
47
-------
48
48
49
- .. note::
49
+ .. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
50
50
51
- - .. include :: /includes/extracts/4.2-changes-options-tls-ssl.rst
51
+ .. versionchanged :: 5.0
52
52
53
- - .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst
54
-
55
- .. |tlsClusterCAFile| replace:: :option:`--tlsClusterCAFile <mongod --tlsClusterCAFile>`
53
+ - MongoDB removes the ``--serviceExecutor`` command-line option and the
54
+ corresponding ``net.serviceExecutor`` configuration option.
56
55
57
56
.. versionchanged:: 4.4
58
57
59
58
- MongoDB removes the ``--noIndexBuildRetry`` command-line option
60
59
and the corresponding ``storage.indexBuildRetry`` option.
61
60
62
- .. note :: Starting in version 5.0
61
+ .. versionchanged :: 4.2
63
62
64
- - MongoDB removes the ``--serviceExecutor`` command-line option and the
65
- corresponding ``net.serviceExecutor`` configuration option.
63
+ - .. include:: /includes/extracts/4.2-changes-options-tls-ssl.rst
64
+
65
+ - .. include:: /includes/extracts/4.2-changes-options-tlsClusterCAFile.rst
66
66
67
67
Core Options
68
68
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments