Skip to content

Commit d10020c

Browse files
authored
Backports DOCSP-32332 to v5.0 (#4875)
* (DOCSP-32332) [Revamp] Adds column for Atlas compatibility. * Revises per copy review. * Revises per copy review.
1 parent c09e7da commit d10020c

File tree

2 files changed

+351
-16
lines changed

2 files changed

+351
-16
lines changed
Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,49 @@
11
.. list-table::
22
:header-rows: 1
3-
:widths: 40 30
3+
:widths: 30,50,20
44

55
* - Command
66
- Description
7+
- Atlas Support
78

89
* - :dbcommand:`abortTransaction`
910

1011
- Abort transaction.
1112

1213
.. versionadded:: 4.0
1314

15+
- Yes
16+
1417
* - :dbcommand:`commitTransaction`
1518

1619
- Commit transaction.
1720

1821
.. versionadded:: 4.0
1922

23+
- Yes
24+
2025
* - :dbcommand:`endSessions`
2126

2227
- Expire sessions before the sessions' timeout period.
2328

2429
.. versionadded:: 3.6
30+
31+
- Yes
2532

2633
* - :dbcommand:`killAllSessions`
2734

2835
- Kill all sessions.
2936

3037
.. versionadded:: 3.6
3138

39+
- No support for :atlas:`M0, M2, M5 </unsupported-commands/#unsupported-commands>`
40+
and :atlas:`M10 clusters </unsupported-commands/#unsupported-commands-1>`.
41+
3242
* - :dbcommand:`killAllSessionsByPattern`
3343

3444
- Kill all sessions that match the specified pattern
45+
46+
- No support for :atlas:`M0, M2, and M5 clusters </unsupported-commands/#unsupported-commands>`.
3547

3648
.. versionadded:: 3.6
3749

@@ -40,15 +52,21 @@
4052
- Kill specified sessions.
4153

4254
.. versionadded:: 3.6
55+
56+
- No support for :atlas:`M0, M2, and M5 clusters </unsupported-commands/#unsupported-commands>`.
4357

4458
* - :dbcommand:`refreshSessions`
4559

4660
- Refresh idle sessions.
4761

4862
.. versionadded:: 3.6
63+
64+
- Yes
4965

5066
* - :dbcommand:`startSession`
5167

5268
- Starts a new session.
5369

5470
.. versionadded:: 3.6
71+
72+
- Yes

0 commit comments

Comments
 (0)