@@ -94,7 +94,7 @@ On systems running with :setting:`~security.authorization`, the user
94
94
must have access that includes the :authaction:`inprog` privilege
95
95
action.
96
96
97
- Starting in 3.2.9, users can use
97
+ Users can use
98
98
``$ownOps`` on :binary:`~bin.mongod` instances to view their own
99
99
operations without the :authaction:`inprog` privilege action.
100
100
@@ -136,8 +136,6 @@ Write Operations Waiting for a Lock
136
136
The following example returns information on all write operations that
137
137
are waiting for a lock:
138
138
139
- .. versionchanged:: 3.6
140
-
141
139
.. code-block:: javascript
142
140
143
141
db.adminCommand(
@@ -190,8 +188,6 @@ database ``db1`` that have been running longer than 3 seconds:
190
188
Active Indexing Operations
191
189
~~~~~~~~~~~~~~~~~~~~~~~~~~
192
190
193
- .. versionchanged:: 3.6
194
-
195
191
The following example returns information on index creation operations:
196
192
197
193
.. code-block:: javascript
@@ -315,8 +311,6 @@ Output Fields
315
311
316
312
Only present if the operation is part of a multi-document transaction.
317
313
318
- .. versionadded:: 4.0
319
-
320
314
.. data:: currentOp.transaction.parameters
321
315
322
316
A document that contains information on multi-document
@@ -325,25 +319,19 @@ Output Fields
325
319
Only present if the operation is part of a multi-document
326
320
transaction.
327
321
328
- .. versionadded:: 4.0
329
-
330
322
.. data:: currentOp.transaction.parameters.txnNumber
331
323
332
324
The transaction number.
333
325
334
326
Only present if the operation is part of a multi-document transaction.
335
327
336
- .. versionadded:: 4.0
337
-
338
328
.. data:: currentOp.transaction.parameters.autocommit
339
329
340
330
A boolean flag that indicates if autocommit is on for the
341
331
transaction.
342
332
343
333
Only present if the operation is part of a multi-document transaction.
344
334
345
- .. versionadded:: 4.0.2
346
-
347
335
.. data:: currentOp.transaction.parameters.readConcern
348
336
349
337
The :ref:`read concern <transactions-read-concern>` for the
@@ -355,25 +343,19 @@ Output Fields
355
343
356
344
Only present if the operation is part of a multi-document transaction.
357
345
358
- .. versionadded:: 4.0.2
359
-
360
346
.. data:: currentOp.transaction.readTimestamp
361
347
362
348
The timestamp of the snapshot being read by the operations in
363
349
the transaction.
364
350
365
351
Only present if the operation is part of a multi-document transaction.
366
352
367
- .. versionadded:: 4.0.2
368
-
369
353
.. data:: currentOp.transaction.startWallClockTime
370
354
371
355
The date and time (with time zone) of the transaction start.
372
356
373
357
Only present if the operation is part of a multi-document transaction.
374
358
375
- .. versionadded:: 4.0.2
376
-
377
359
.. data:: currentOp.transaction.timeOpenMicros
378
360
379
361
The duration of the transaction in microseconds.
@@ -386,8 +368,6 @@ Output Fields
386
368
387
369
Only present if the operation is part of a multi-document transaction.
388
370
389
- .. versionadded:: 4.0.2
390
-
391
371
.. data:: currentOp.transaction.timeActiveMicros
392
372
393
373
The total amount of time that the transaction has been active;
@@ -402,8 +382,6 @@ Output Fields
402
382
403
383
Only present if the operation is part of a multi-document transaction.
404
384
405
- .. versionadded:: 4.0.2
406
-
407
385
.. data:: currentOp.transaction.timeInactiveMicros
408
386
409
387
The total amount of time that the transaction has been
@@ -432,8 +410,6 @@ Output Fields
432
410
433
411
Only present if the operation is part of a multi-document transaction.
434
412
435
- .. versionadded:: 4.0.2
436
-
437
413
.. data:: currentOp.twoPhaseCommitCoordinator
438
414
439
415
Information on either:
0 commit comments