|
Author:
{'name': 'Denis Grebennicov', 'email': 'denis.grebennicov@mongodb.com', 'username': 'denis631'}
Message: SERVER-83422 Remove explain from AggCmdShape
Previously 'explain' field was part of the AggCmdShape. This was causing complications in situations when users specify query settings on an aggregate command and then issue an explain to see if query settings are indeed used. Since 'explain' was part of the shape, no query settings would be reported in explain.
Branch: master
https://github.com/mongodb/mongo/commit/3067bdb908f2d38db6c2b7a12fda575b71ba5662
|