Skip to content

Commit 20d63dc

Browse files
jason-price-mongodbjason-price-mongodb
andauthored
DOCSP-17199 collStats command does not error (#6172) (#6174)
Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com> Co-authored-by: jason-price-mongodb <jshfjghsdfgjsdjh@aolsdjfhkjsdhfkjsdf.com>
1 parent b2c2093 commit 20d63dc

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

source/reference/command/collStats.txt

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ Definition
4949
- string
5050

5151
- The name of the target collection.
52-
53-
If the collection does not exist, :dbcommand:`collStats` returns
54-
an error message.
55-
56-
5752

5853
* - ``scale``
5954

@@ -71,10 +66,6 @@ Definition
7166
The scale factor rounds the affected size values to whole numbers.
7267

7368
.. include:: /includes/extracts/4.2-changes-stats-scaleFactor.rst
74-
75-
76-
77-
7869

7970
.. note::
8071

@@ -137,7 +128,6 @@ collection and the storage engine, the output fields may vary.
137128

138129
.. code-block:: javascript
139130

140-
141131
{
142132
"ns" : <string>,
143133
"size" : <number>,
@@ -527,8 +517,8 @@ Output
527517

528518
.. data:: collStats.inMemory
529519

530-
:data:`~collStats.inMemory` only appears when using the
531-
in-memory storage engine.
520+
:data:`~collStats.inMemory` only appears when using the in-memory
521+
storage engine.
532522

533523
This document contains data reported
534524
directly by the storage engine and other data for internal

0 commit comments

Comments
 (0)