File tree 5 files changed +2
-28
lines changed
5 files changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -1574,7 +1574,7 @@ raw: ${prefix}/v2.8/release-notes/2.8-changes -> ${base}/v3.0/release-notes/3.0/
1574
1574
[v4.2-*]: ${prefix}/${version}/reference/read-preference -> ${base}/${version}/core/read-preference/
1575
1575
[v4.2-*]: ${prefix}/${version}/reference/method/sh.getBalancerHost -> ${base}/${version}/reference/method/js-sharding/
1576
1576
1577
- [v4.2-*]: ${prefix}/${version}/reference/command/cursorInfo -> ${base}/${version}/reference/command/nav-diagnostic/
1577
+ [v4.2-*]: ${prefix}/${version}/reference/command/connPoolSync -> ${base}/${version}/reference/command/nav-diagnostic/
1578
1578
1579
1579
# Redirects for 4.0 or earlier (i.e. before 4.2), stopping at v3.0 since otherwise to help slow the growth in the number of our redirects
1580
1580
Original file line number Diff line number Diff line change @@ -624,10 +624,6 @@ Administration Commands
624
624
- Compacts documents specified in the state collections and
625
625
deletes redundant documents.
626
626
627
- * - :dbcommand:`connPoolSync`
628
-
629
- - Internal command to flush connection pool.
630
-
631
627
* - :dbcommand:`convertToCapped`
632
628
633
629
- Converts a non-capped collection to a capped collection.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ Administration Commands
32
32
33
33
- Defragments a collection and rebuilds the indexes.
34
34
35
- * - :dbcommand:`connPoolSync`
36
-
37
- - Internal command to flush connection pool.
38
-
39
35
* - :dbcommand:`convertToCapped`
40
36
41
37
- Converts a non-capped collection to a capped collection.
@@ -180,7 +176,6 @@ Administration Commands
180
176
/reference/command/cloneCollectionAsCapped
181
177
/reference/command/collMod
182
178
/reference/command/compact
183
- /reference/command/connPoolSync
184
179
/reference/command/convertToCapped
185
180
/reference/command/create
186
181
/reference/command/createIndexes
Original file line number Diff line number Diff line change @@ -602,7 +602,7 @@ Server Administration Actions
602
602
603
603
.. authaction:: connPoolSync
604
604
605
- User can perform the :dbcommand:` connPoolSync` command. Apply this
605
+ User can perform the internal `` connPoolSync` ` command. Apply this
606
606
action to the ``cluster`` resource.
607
607
608
608
.. authaction:: convertToCapped
You can’t perform that action at this time.
0 commit comments