summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/extensions_callback_real_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37909 Fix GCC-8 in some tests.ADAM David Alan Martin2018-11-081-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-30783 Move init() logic to MatchExpression constructorsBlake Oler2017-11-141-9/+8
* SERVER-30954 Remove support for expr constant expressions from ComparisonMatc...Tess Avitabile2017-09-061-9/+0
* SERVER-30046 Support $expr constant expression in ComparisonMatchExpressionJames Wahlin2017-08-091-0/+9
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-42/+42
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-2/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-2/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+2
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-2/+3
* SERVER-22833 Rename MatchExpression::toBSON() to serialize(), and ensure it p...Benjamin Murphy2016-03-141-4/+4
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-55/+139
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-121-0/+227