@@ -283,20 +283,22 @@ Since MongoDB 3.6, MongoDB drivers have used :ref:`OP_MSG <wire-op-msg>`
283
283
instead of :ref:`OP_QUERY <wire-op-query>` and the other legacy opcodes
284
284
and commands.
285
285
286
- :binary:`mongod` will close the connection and will not respond to :
286
+ Starting in MongoDB 6.0 :
287
287
288
- - :ref:`OP_INSERT <wire-op-insert>`
289
- - :ref:`OP_DELETE <wire-op-delete>`
290
- - :ref:`OP_UPDATE <wire-op-update>`
291
- - :ref:`OP_KILL_CURSORS <wire-op-kill-cursors>`
288
+ - :binary:`mongod` will close the connection and will not respond to:
289
+
290
+ - :ref:`OP_INSERT <wire-op-insert>`
291
+ - :ref:`OP_DELETE <wire-op-delete>`
292
+ - :ref:`OP_UPDATE <wire-op-update>`
293
+ - :ref:`OP_KILL_CURSORS <wire-op-kill-cursors>`
292
294
293
- :binary:`mongod` will keep the connection open and return an error for:
295
+ - :binary:`mongod` will keep the connection open and return an error for:
294
296
295
- - The ``getLastError`` database command
296
- - :ref:`OP_GET_MORE <wire-op-get-more>`
297
- - :ref:`OP_QUERY <wire-op-query>` finds
298
- - Most :ref:`OP_QUERY <wire-op-query>`
299
- :abbr:`RPC (Remote Procedure Call)` command messages
297
+ - The ``getLastError`` database command
298
+ - :ref:`OP_GET_MORE <wire-op-get-more>`
299
+ - :ref:`OP_QUERY <wire-op-query>` finds
300
+ - Most :ref:`OP_QUERY <wire-op-query>`
301
+ :abbr:`RPC (Remote Procedure Call)` command messages
300
302
301
303
.. note:: OP_QUERY RPC Commands
302
304
0 commit comments