We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c184f05 commit 6749272Copy full SHA for 6749272
source/reference/mongodb-wire-protocol.txt
@@ -724,7 +724,6 @@ The ``OP_REPLY`` message is sent by the database in response to an
724
int64 cursorID; // cursor id if client needs to do get more's
725
int32 startingFrom; // where in the cursor this reply is starting
726
int32 numberReturned; // number of documents in the reply
727
- int32 numberReturned; // number of documents in the reply
728
document* documents; // documents
729
}
730
0 commit comments