Skip to content

Commit b00e780

Browse files
author
Dave Cuthbert
authored
DOCSP-25066 BACKPORT (#1836)
1 parent d1e13e4 commit b00e780

File tree

5 files changed

+2
-32
lines changed

5 files changed

+2
-32
lines changed

config/redirects

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,8 @@ raw: ${prefix}/v2.8/release-notes/2.8-changes -> ${base}/v3.0/release-notes/3.0/
15741574
[v4.2-*]: ${prefix}/${version}/reference/read-preference -> ${base}/${version}/core/read-preference/
15751575
[v4.2-*]: ${prefix}/${version}/reference/method/sh.getBalancerHost -> ${base}/${version}/reference/method/js-sharding/
15761576

1577+
[v4.2-*]: ${prefix}/${version}/reference/command/cursorInfo -> ${base}/${version}/reference/command/nav-diagnostic/
1578+
15771579
# 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
15781580

15791581
[v3.0-v4.0]: ${prefix}/${version}/release-notes/4.2 -> ${base}/${version}/release-notes/

source/reference/command.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -793,10 +793,6 @@ Diagnostic Commands
793793

794794
- Reports the authentication state for the current connection.
795795

796-
* - :dbcommand:`cursorInfo`
797-
798-
- Removed in MongoDB 3.2. Replaced with :serverstatus:`metrics.cursor`.
799-
800796
* - :dbcommand:`dataSize`
801797

802798
- Returns the data size for a range of data. For internal use.

source/reference/command/cursorInfo.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

source/reference/command/nav-diagnostic.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ Diagnostic Commands
3636

3737
- Reports the authentication state for the current connection.
3838

39-
* - :dbcommand:`cursorInfo`
40-
41-
- Removed in MongoDB 3.2. Replaced with :serverstatus:`metrics.cursor`.
42-
4339
* - :dbcommand:`dataSize`
4440

4541
- Returns the data size for a range of data. For internal use.
@@ -140,7 +136,6 @@ Diagnostic Commands
140136
/reference/command/collStats
141137
/reference/command/connPoolStats
142138
/reference/command/connectionStatus
143-
/reference/command/cursorInfo
144139
/reference/command/dataSize
145140
/reference/command/dbHash
146141
/reference/command/dbStats

source/reference/privilege-actions.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -773,11 +773,6 @@ Diagnostic Actions
773773
User can perform the :dbcommand:`connPoolStats` command. Apply this
774774
action to the ``cluster`` resource.
775775

776-
.. authaction:: cursorInfo
777-
778-
User can perform the :dbcommand:`cursorInfo` command. Apply this action
779-
to the ``cluster`` resource.
780-
781776
.. authaction:: dbHash
782777

783778
User can perform the :dbcommand:`dbHash` command. Apply this action to

0 commit comments

Comments
 (0)