summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38705 Remove jstests for retrying index builds on startupGregory Wlodarek2019-01-171-95/+0
* SERVER-37451 Move all ClientCursor ownership to the global CursorManager.David Storch2019-01-151-0/+37
* SERVER-38301 Improve racy indexbg_drop.js testGregory Wlodarek2018-12-311-83/+0
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-211-0/+57
* SERVER-38143 Removing MMAPV1 noprealloc command-line option from jstestsGregory Wlodarek2018-12-112-3/+2
* SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without i...Tyler Kaye2018-11-302-0/+8
* SERVER-37729 IndexBuilder updates CurOp using createIndexes formatBenety Goh2018-11-281-17/+4
* SERVER-37613 Exchange error handling may deliver incorrect error code.Martin Neupauer2018-11-091-4/+7
* SERVER-37525 Error handling in the exchange can cause invariant failures in d...Martin Neupauer2018-10-101-0/+56
* SERVER-31698 Move wildcard_index integration tests to /core/Bernard Gorman2018-10-1015-1604/+0
* SERVER-37076 Aggregation exchange partitioning does not work correctly for do...Martin Neupauer2018-10-081-1/+63
* SERVER-36198 Remove 'internalQueryAllowAllPathsIndexes' server parameterBernard Gorman2018-10-0315-843/+690
* SERVER-36896 Allow wildcard indices to support equality to empty object predi...David Storch2018-10-031-0/+91
* SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, ...Bernard Gorman2018-10-031-0/+64
* SERVER-37252 Ban descending wild card indexesJames Wahlin2018-10-031-1/+6
* SERVER-37188 Rename "All Paths" index to "Wildcard" indexJames Wahlin2018-10-0211-121/+114
* SERVER-36113 Add ability to perform $exchange when shard key is hashedMartin Neupauer2018-10-011-2/+2
* SERVER-35335 Ban the min/max find command options for wildcard indexesyarai2018-09-262-1/+95
* SERVER-36609 Modify allPaths indexes to support equality to empty arrayyarai2018-09-262-0/+51
* SERVER-35332 Index filter support for "allPaths" indexesyarai2018-09-251-0/+101
* SERVER-35493 Planning support for "field name or array index" path components...Bernard Gorman2018-09-221-15/+131
* SERVER-36931 Handle returnKey option for $** indexesyarai2018-09-211-0/+70
* SERVER-37206 Rename starPathsTempName to wildcardProjectionJames Wahlin2018-09-214-18/+19
* SERVER-36145 Test that allPaths indexes can provide a nonblocking sortIan Boros2018-09-201-0/+71
* SERVER-36731 Ban object inequality and $in with unsupported values when using...Ian Boros2018-09-201-1/+11
* SERVER-35331 Allow hinting an all paths indexyarai2018-09-201-0/+125
* Revert "SERVER-36444 disable validation in allPaths tests"James Wahlin2018-09-198-26/+2
* SERVER-35899 Have mongos produce an aggregation plan that correctly uses an $...Martin Neupauer2018-09-191-2/+2
* SERVER-37108: Validate $exchange's number of buffers and buffer size limit to...Nick Zolnierz2018-09-191-0/+25
* SERVER-36444 disable validation in allPaths testsIan Boros2018-09-188-2/+24
* SERVER-35336 Add tests for allPaths indexes being a partial indexIan Boros2018-09-172-2/+81
* SERVER-36362 Do not consider an 'allPaths' index for a $text queryBernard Gorman2018-09-141-0/+101
* SERVER-36444 Skip validation for $** multikey metadata index entriesJames Wahlin2018-09-124-15/+0
* SERVER-36745 fixes inner test failures exitcode typoAnnie Black2018-09-112-2/+2
* SERVER-36521 Prevent allPaths indexes from participating in index intersectionBernard Gorman2018-09-111-11/+8
* SERVER-36109 Provide planner with multikey metadata for $** indexes.David Storch2018-09-052-9/+149
* SERVER-35333 caching plans for allPaths indexesIan Boros2018-08-311-0/+115
* SERVER-35905 Plug pieces together to perform a distributed when applicableMartin Neupauer2018-08-301-0/+156
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-23/+1
* SERVER-35337 Implement/test existence and null comparison queries using "allP...samontea2018-08-241-13/+44
* SERVER-35326 Add collation support for allPaths indexesBernard Gorman2018-08-211-0/+132
* SERVER-36143 Support covered plans using non-multikey fields of a star indexBernard Gorman2018-08-212-6/+104
* SERVER-36510 Rename now respects Cursor invalidation on WriteUnitOfWork CommitBen Judd2018-08-171-0/+55
* SERVER-36208 Remove repairDatabase server command and shell helperLouis Williams2018-08-131-10/+0
* SERVER-35500 Implement special bounds generation for allPaths indexesBernard Gorman2018-08-101-0/+192
* SERVER-36360 top_drop.js occasionally failsSean Tao2018-08-091-3/+3
* SERVER-36257 Remove copyDB and clone commandsMaria van Keulen2018-08-071-24/+0
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-18/+18
* SERVER-36199 Put allPaths index creation behind a query knobIan Boros2018-07-271-0/+161
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-1/+1