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
3 changes: 0 additions & 3 deletions source/reference/command/hello.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ roles:

The value of this limit is ``100,000`` writes.

The limit raises from ``1,000`` to ``100,000`` writes. This limit
also applies to legacy ``OP_INSERT`` messages.

.. data:: hello.localTime

Returns the local server time in UTC. This value is an
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ In 2.0, when running with authentication (e.g. :setting:`~security.authorization
database commands require authentication, *except* the following
commands.

- :dbcommand:`isMaster`
- ``isMaster``

- :dbcommand:`authenticate`

Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.6-changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Write Ops
~~~~~~~~~

- :issue:`SERVER-18111` :binary:`~bin.mongod` allows user inserts into ``system.profile`` collection
- :issue:`SERVER-13542` Expose ``electionId`` on primary in :dbcommand:`isMaster`
- :issue:`SERVER-13542` Expose ``electionId`` on primary in ``isMaster``

Networking
~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/2.6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Networking
sharded clusters.

- The C++ driver now monitors :term:`replica set` health with the
:dbcommand:`isMaster` command instead of
``isMaster`` command instead of
:dbcommand:`replSetGetStatus`. This allows the C++ driver to support
systems that require authentication.

Expand Down
6 changes: 3 additions & 3 deletions source/release-notes/4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -853,11 +853,11 @@ respectively.
New Option for ``isMaster`` Command
```````````````````````````````````

Starting in MongoDB 4.0, the :dbcommand:`isMaster` command accepts an
Starting in MongoDB 4.0, the ``isMaster`` command accepts an
optional field ``saslSupportedMechs: <db.user>`` to return an
additional field :data:`isMaster.saslSupportedMechs` in its result.
additional field ``isMaster.saslSupportedMechs`` in its result.

:data:`isMaster.saslSupportedMechs` is an array of SASL mechanisms used
``isMaster.saslSupportedMechs`` is an array of SASL mechanisms used
to create the specified user's credentials.

.. _4.0-mongodb-cr:
Expand Down
8 changes: 4 additions & 4 deletions source/release-notes/4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ the operation completes, MongoDB marks the |operation| for termination
-
-

* - :dbcommand:`isMaster`
* - ``isMaster``
-
-

Expand Down Expand Up @@ -1986,9 +1986,9 @@ refer to :data:`~explain.queryPlanner.optimizedPipeline`.
Change to ``isMaster`` Output
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Starting in MongoDB 4.2, the output for :dbcommand:`isMaster`, and the
:method:`db.isMaster()` helper method, returns the
:data:`~isMaster.connectionId` for the
Starting in MongoDB 4.2, the output for ``isMaster``, and the
``db.isMaster()`` helper method, returns the
``isMaster.connectionId`` for the
:binary:`~bin.mongod`/:binary:`~bin.mongos` instance's connection to
the client.

Expand Down