@@ -94,7 +94,7 @@ On systems running with :setting:`~security.authorization`, the user
9494must have access that includes the :authaction:`inprog` privilege
9595action.
9696
97- Starting in 3.2.9, users can use
97+ Users can use
9898``$ownOps`` on :binary:`~bin.mongod` instances to view their own
9999operations without the :authaction:`inprog` privilege action.
100100
@@ -136,8 +136,6 @@ Write Operations Waiting for a Lock
136136The following example returns information on all write operations that
137137are waiting for a lock:
138138
139- .. versionchanged:: 3.6
140-
141139.. code-block:: javascript
142140
143141 db.adminCommand(
@@ -190,8 +188,6 @@ database ``db1`` that have been running longer than 3 seconds:
190188Active Indexing Operations
191189~~~~~~~~~~~~~~~~~~~~~~~~~~
192190
193- .. versionchanged:: 3.6
194-
195191The following example returns information on index creation operations:
196192
197193.. code-block:: javascript
@@ -315,8 +311,6 @@ Output Fields
315311
316312 Only present if the operation is part of a multi-document transaction.
317313
318- .. versionadded:: 4.0
319-
320314 .. data:: currentOp.transaction.parameters
321315
322316 A document that contains information on multi-document
@@ -325,25 +319,19 @@ Output Fields
325319 Only present if the operation is part of a multi-document
326320 transaction.
327321
328- .. versionadded:: 4.0
329-
330322 .. data:: currentOp.transaction.parameters.txnNumber
331323
332324 The transaction number.
333325
334326 Only present if the operation is part of a multi-document transaction.
335327
336- .. versionadded:: 4.0
337-
338328 .. data:: currentOp.transaction.parameters.autocommit
339329
340330 A boolean flag that indicates if autocommit is on for the
341331 transaction.
342332
343333 Only present if the operation is part of a multi-document transaction.
344334
345- .. versionadded:: 4.0.2
346-
347335 .. data:: currentOp.transaction.parameters.readConcern
348336
349337 The :ref:`read concern <transactions-read-concern>` for the
@@ -355,25 +343,19 @@ Output Fields
355343
356344 Only present if the operation is part of a multi-document transaction.
357345
358- .. versionadded:: 4.0.2
359-
360346 .. data:: currentOp.transaction.readTimestamp
361347
362348 The timestamp of the snapshot being read by the operations in
363349 the transaction.
364350
365351 Only present if the operation is part of a multi-document transaction.
366352
367- .. versionadded:: 4.0.2
368-
369353 .. data:: currentOp.transaction.startWallClockTime
370354
371355 The date and time (with time zone) of the transaction start.
372356
373357 Only present if the operation is part of a multi-document transaction.
374358
375- .. versionadded:: 4.0.2
376-
377359 .. data:: currentOp.transaction.timeOpenMicros
378360
379361 The duration of the transaction in microseconds.
@@ -386,8 +368,6 @@ Output Fields
386368
387369 Only present if the operation is part of a multi-document transaction.
388370
389- .. versionadded:: 4.0.2
390-
391371 .. data:: currentOp.transaction.timeActiveMicros
392372
393373 The total amount of time that the transaction has been active;
@@ -402,8 +382,6 @@ Output Fields
402382
403383 Only present if the operation is part of a multi-document transaction.
404384
405- .. versionadded:: 4.0.2
406-
407385 .. data:: currentOp.transaction.timeInactiveMicros
408386
409387 The total amount of time that the transaction has been
@@ -432,8 +410,6 @@ Output Fields
432410
433411 Only present if the operation is part of a multi-document transaction.
434412
435- .. versionadded:: 4.0.2
436-
437413.. data:: currentOp.twoPhaseCommitCoordinator
438414
439415 Information on either:
0 commit comments