File tree Expand file tree Collapse file tree 5 files changed +17
-15
lines changed Expand file tree Collapse file tree 5 files changed +17
-15
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ Definition
9
9
10
10
.. dbcommand:: captrunc
11
11
12
- Truncates capped collections. :dbcommand:`captrunc` is an internal
13
- command to support testing that takes the following form:
12
+ :dbcommand:`captrunc` is a command that truncates capped
13
+ collections for diagnostic and testing purposes and is not part of
14
+ the stable client facing API. The command takes the following form:
14
15
15
16
.. code-block:: javascript
16
17
@@ -23,7 +24,6 @@ Definition
23
24
.. |dbcommand| replace:: :dbcommand:`captrunc`
24
25
.. include:: /includes/note-enabletestcommands.rst
25
26
26
-
27
27
Examples
28
28
--------
29
29
Original file line number Diff line number Diff line change 6
6
7
7
.. dbcommand:: dbHash
8
8
9
- :dbcommand:`dbHash` is an internal command.
9
+ :dbcommand:`dbHash` is a command that supports :term:`config
10
+ servers <config server>` and is not part of the stable client
11
+ facing API.
10
12
11
13
.. slave-ok, read-lock
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ diagLogging
6
6
7
7
.. dbcommand:: diagLogging
8
8
9
- :dbcommand:`diagLogging` is an internal command.
9
+ :dbcommand:`diagLogging` is a command that captures additional data
10
+ for diagnostic purposes and is not part of the stable client
11
+ facing API.
10
12
11
- .. warning::
12
-
13
- This command obtains a write lock on the affected database and
14
- will block other operations until it has completed.
13
+ :dbcommand:`diaglogging` obtains a write lock on the affected database and
14
+ will block other operations until it completes.
15
15
16
16
.. write-lock, slave-ok,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ getShardVersion
6
6
7
7
.. dbcommand:: getShardVersion
8
8
9
- :dbcommand:`getShardVersion` is an internal command that supports
10
- sharding functionality.
9
+ :dbcommand:`getShardVersion` is a command that supports sharding
10
+ functionality and is not part of the stable client facing API .
11
11
12
12
.. admin-only
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Sharding Actions
238
238
239
239
.. authaction:: getShardVersion
240
240
241
- Provides access to the internal :dbcommand:`getShardVersion` command.
241
+ Provides access to the :dbcommand:`getShardVersion` command.
242
242
243
243
.. authaction:: listShards
244
244
@@ -366,23 +366,23 @@ Diagnostic Actions
366
366
367
367
.. authaction:: connPoolStats
368
368
369
- Provides access to the internal :dbcommand:`connPoolStats` command.
369
+ Provides access to the :dbcommand:`connPoolStats` command.
370
370
371
371
.. authaction:: cursorInfo
372
372
373
373
Provides access to the :dbcommand:`cursorInfo` command.
374
374
375
375
.. authaction:: dbHash
376
376
377
- Provides access to the internal :dbcommand:`dbHash` command.
377
+ Provides access to the :dbcommand:`dbHash` command.
378
378
379
379
.. authaction:: dbStats
380
380
381
381
Provides access to the :dbcommand:`dbStats` command.
382
382
383
383
.. authaction:: diagLogging
384
384
385
- Provides access to the internal :dbcommand:`diagLogging` command.
385
+ Provides access to the :dbcommand:`diagLogging` command.
386
386
387
387
.. authaction:: getCmdLineOpts
388
388
You can’t perform that action at this time.
0 commit comments