diff options
author | David Storch <david.storch@10gen.com> | 2015-09-03 13:07:08 -0400 |
---|---|---|
committer | David Storch <david.storch@10gen.com> | 2015-09-03 19:55:59 -0400 |
commit | 7a59ba6da674462e7f86a3a7111d58b0721a4138 (patch) | |
tree | 279879021e23ee636f2235d368bfbc9f090ef008 /src/mongo/db/dbmessage.h | |
parent | 47ea04eab5c554fbbc7a9d4945c5c9850aeed2ac (diff) | |
download | mongo-7a59ba6da674462e7f86a3a7111d58b0721a4138.tar.gz |
SERVER-20267 use the explain command path to answer OP_QUERY with $explain on mongos
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r-- | src/mongo/db/dbmessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h index 73c30f09bac..aa74fd59ffb 100644 --- a/src/mongo/db/dbmessage.h +++ b/src/mongo/db/dbmessage.h @@ -327,7 +327,7 @@ struct DbResponse { void replyToQuery(int queryResultFlags, AbstractMessagingPort* p, Message& requestMsg, - void* data, + const void* data, int size, int nReturned, int startingFrom = 0, |