summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-301-0/+44
* SERVER-27157 replSetRequestVotes should only store votes with higher termsJudah Schvimer2017-01-232-0/+128
* SERVER-26685 Tie oplog visibility to durabilityMathias Stearn2016-11-141-25/+5
* SERVER-26685 register Database::AddCollectionChange in the correct orderMathias Stearn2016-11-141-5/+18
* SERVER-26683 Log reason for marking repl hosts as failed in the RSMKaloian Manassiev2016-10-311-5/+7
* SERVER-16801 Require strict equality for $set no-op checksAndrew Morrow2016-09-022-0/+213
* SERVER-24054 JS segfault on load of certain nansJason Carey2016-05-181-0/+23
* SERVER-22344 Error if OplogReplay cursor requested on non-capped collectionTess Avitabile2016-02-181-0/+15
* SERVER-14501 moved ReplSettings class implementation from repl_settings.h int...Dianna Hohensee2016-02-182-4/+4
* 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-22113 Remove unused sharding-specific getLocsInRange codeKaloian Manassiev2016-01-141-119/+0
* SERVER-22055 Remove unused client functionalityKaloian Manassiev2016-01-142-14/+2
* SERVER-21050 Make CSRS use write concern timeout of 15 secondsKaloian Manassiev2016-01-131-1/+1
* SERVER-17011 add EnsureSorted stageDavid Storch2016-01-112-0/+157
* 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
* SERVER-20676 Rename global min/maxKey variables to kMin/kMaxBSONKeyKaloian Manassiev2015-09-301-3/+1
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-0/+5
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-222-3/+3
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-223-19/+14
* SERVER-19551 Oplog stones.Max Hirschhorn2015-09-111-13/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-096-33/+27