summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22319 remove SCCC tests from testcasesMisha Tyulenev2016-02-123-16/+0
* SERVER-19542 documentsourcetest correctly asserts size.Benjamin Murphy2016-02-111-3/+3
* SERVER-19542 Refactored pipeline optimization.Benjamin Murphy2016-02-111-3/+13
* SERVER-18826 Rename WorkingSet State Names from LOC to RIDJames Wahlin2016-02-0510-158/+158
* SERVER-20536 Ignore comment field when planning counts.Charlie Swanson2016-02-041-2/+4
* SERVER-22186 query_stage_near now uses QueuedDataStage instead of MockStage.Benjamin Murphy2016-02-031-54/+14
* SERVER-20418 Make sure that we always start the distlock pinger when running ...Spencer T Brody2016-01-221-12/+2
* SERVER-22002 Do not retry findAndModify on MMAPv1Charlie Swanson2016-01-212-103/+0
* SERVER-22057 refactor OpObserver::onUpdate and MigrationSourceManager::logUpd...Dianna Hohensee2016-01-152-5/+7
* SERVER-19377 PlanStage: make work() non-virt, add virt method doWork()Jason Rassi2016-01-141-3/+1
* SERVER-21197 check for existence of lock file prior to opening socketsAdam Midvidy2016-01-131-0/+3
* SERVER-15962 only use KEEP_MUTATIONS for index intersection plansDavid Storch2016-01-131-19/+116
* SERVER-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-111-119/+0
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-052-14/+2
* SERVER-21510 trip invariant on attempt to create PlanStages with a no-op exte...David Storch2016-01-042-2/+2
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-01-042-4/+4
* SERVER-21407 explicitly disallow $text/$where extensions during MatchExpressi...David Storch2015-12-2215-58/+116
* SERVER-17011 add EnsureSorted stageDavid Storch2015-12-212-0/+157
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* Revert "SERVER-21050 Make CSRS use write concern timeout of 15 seconds"Kaloian Manassiev2015-12-161-1/+1
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2015-12-161-1/+1
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-092-3/+3
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-0/+12
* SERVER-19510 Move text query parsing to TextMatchExpression::init()Jason Rassi2015-11-181-55/+139
* SERVER-21441 faster shard targeting for equality queries on the shard keyDavid Storch2015-11-171-1/+5
* SERVER-21434 Retry a findAndModify if it conflicts on an update or deleteCharlie Swanson2015-11-132-6/+114
* SERVER-20884 build command replies in-place to avoid copiesAdam Midvidy2015-11-131-1/+1
* SERVER-19510 Move ExtensionsCallback out of MatchExpressionParserJason Rassi2015-11-121-14/+12
* SERVER-19510 Refactor $text match expression parsingJason Rassi2015-11-124-118/+231
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-9/+0
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-4/+5
* SERVER-21232 Remove dbtests/expressiontests.cppCharlie Swanson2015-11-061-4343/+0
* SERVER-19510 Refactor WhereMatchExpression/WhereNoOpMatchExpressionJason Rassi2015-11-063-0/+118
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-3/+1
* SERVER-19510 ExtensionsCallbackReal ctor take ptr to NamespaceStringJason Rassi2015-11-051-2/+3
* SERVER-19510 Rename MatchExpressionParser::WhereCallbackJason Rassi2015-11-051-13/+13
* SERVER-15508: Have the shell accept all unsigned Timestamp valuesGeert Bosch2015-10-301-4/+4
* SERVER-20609 do not heap allocate MessageAdam Midvidy2015-10-301-1/+1
* SERVER-21186 Make intial chunk creation use insert and not upsertKaloian Manassiev2015-10-301-44/+43
* SERVER-21186 Fix chunk version handling in ChunkTypeKaloian Manassiev2015-10-301-2/+4
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-234-4/+22
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-3/+3
* SERVER-20995 Linking to command does not need command implementationsAndrew Morrow2015-10-191-1/+0
* SERVER-20117 Allow queries with meta sortkey to be covered in mongosYunhe (John) Wang2015-10-123-3/+170
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-093-3/+3
* SERVER-19521: Fix lintGeert Bosch2015-10-091-1/+1
* SERVER-19521: Add checks for index count and data size consistencyGeert Bosch2015-10-092-0/+204
* SERVER-20111 Plan summary should only include the winning planCharlie Swanson2015-10-081-0/+118
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-1/+1
* SERVER-20564 no default getOwned for BSON in JSJason Carey2015-10-061-1/+2