File tree Expand file tree Collapse file tree 5 files changed +2
-32
lines changed Expand file tree Collapse file tree 5 files changed +2
-32
lines changed Original file line number Diff line number Diff line change @@ -1574,6 +1574,8 @@ 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/
1578
+
1577
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
1578
1580
1579
1581
[v3.0-v4.0]: ${prefix}/${version}/release-notes/4.2 -> ${base}/${version}/release-notes/
Original file line number Diff line number Diff line change @@ -793,10 +793,6 @@ Diagnostic Commands
793
793
794
794
- Reports the authentication state for the current connection.
795
795
796
- * - :dbcommand:`cursorInfo`
797
-
798
- - Removed in MongoDB 3.2. Replaced with :serverstatus:`metrics.cursor`.
799
-
800
796
* - :dbcommand:`dataSize`
801
797
802
798
- Returns the data size for a range of data. For internal use.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ Diagnostic Commands
36
36
37
37
- Reports the authentication state for the current connection.
38
38
39
- * - :dbcommand:`cursorInfo`
40
-
41
- - Removed in MongoDB 3.2. Replaced with :serverstatus:`metrics.cursor`.
42
-
43
39
* - :dbcommand:`dataSize`
44
40
45
41
- Returns the data size for a range of data. For internal use.
@@ -140,7 +136,6 @@ Diagnostic Commands
140
136
/reference/command/collStats
141
137
/reference/command/connPoolStats
142
138
/reference/command/connectionStatus
143
- /reference/command/cursorInfo
144
139
/reference/command/dataSize
145
140
/reference/command/dbHash
146
141
/reference/command/dbStats
Original file line number Diff line number Diff line change @@ -773,11 +773,6 @@ Diagnostic Actions
773
773
User can perform the :dbcommand:`connPoolStats` command. Apply this
774
774
action to the ``cluster`` resource.
775
775
776
- .. authaction:: cursorInfo
777
-
778
- User can perform the :dbcommand:`cursorInfo` command. Apply this action
779
- to the ``cluster`` resource.
780
-
781
776
.. authaction:: dbHash
782
777
783
778
User can perform the :dbcommand:`dbHash` command. Apply this action to
You can’t perform that action at this time.
0 commit comments