summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23243 Replace the easy-to-remove usages of ↵Waley Chen2016-04-2511-16/+35
| | | | Listener::getElapsedTimeMillis()
* SERVER-21612 Reorder lookup and match.Benjamin Murphy2016-04-2516-92/+621
|
* SERVER-23918 extend stepdown time for replsetfreezeEric Milkie2016-04-253-5/+5
|
* SERVER-23877 Make ReplSetTest.awaitLastOpCommitted retry on network errorsKaloian Manassiev2016-04-251-35/+49
|
* SERVER-22667 Introduce a MigrateInfoVector typeKaloian Manassiev2016-04-254-29/+18
|
* SERVER-23494 Move saveGLEStats into sharding_egress_metadata_hook_for_mongosKaloian Manassiev2016-04-255-58/+44
| | | | | This is in order to make the mongos egress metadata hook and GLE stats info for mongos only link in mongos.
* SERVER-23867 system_perf.yml: Refactor deployment of perf test clustersHenrik Ingo2016-04-253-21/+3
|
* Revert "SERVER-23333 test for allocator fragmentation"Benety Goh2016-04-251-119/+0
| | | | This reverts commit 4a6780f97e93b6b926ee1f13c3deca043d049cd9.
* Revert "SERVER-23333 only run fragmentation test with WiredTiger"Benety Goh2016-04-251-6/+0
| | | | This reverts commit 4656b487623a679803a5e4eb1fd8ac4477a13b83.
* SERVER-23542 Add 390x debug in-mem storage engine builderMark Benvenuto2016-04-251-0/+4
|
* SERVER-23333 only run fragmentation test with WiredTigerKyle Suarez2016-04-251-0/+6
|
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-255-27/+0
|
* SERVER-23542 Add 390x debug in-mem storage engine builderMark Benvenuto2016-04-251-0/+79
|
* SERVER-23473 Add collation parameter to the mapReduce commandTess Avitabile2016-04-253-0/+50
|
* SERVER-22604 remove dead writeConcern related codeJudah Schvimer2016-04-255-259/+116
|
* SERVER-23875 MongoRunner._startWithArgs returns pid if not waiting for ↵Benety Goh2016-04-252-27/+37
| | | | | | connection config_server_checks.js should wait for server to shutdown instead of trying to connect to it.
* SERVER-23272 Remove 'keyUpdates', 'fastmod' and 'moved' metricsJames Wahlin2016-04-258-29/+1
|
* SERVER-23333 test for allocator fragmentationKyle Suarez2016-04-251-0/+119
|
* SERVER-23271 Add MMAPv1 profiler test for 'nmoved'James Wahlin2016-04-251-2/+20
|
* SERVER-18277 Properly configure ServiceContext in document_source_test.Andy Schwerin2016-04-252-4/+12
| | | | | This is prerequisite to moving checkForInterrupt and maxTimeMs tracking from CurOp to OperationContext.
* SERVER-23886 raise indexbg_drop.js timeout for building indexesEric Milkie2016-04-221-1/+1
|
* Fix lintr3.3.5Geert Bosch2016-04-222-2/+4
|
* SERVER-23804 Reduce num_jobs_available on ppc64le rhel builderMark Benvenuto2016-04-221-2/+3
|
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-228-349/+1399
|
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-2216-95/+88
|
* SERVER-1393 Fix decimal library build on WindowsGeert Bosch2016-04-221-33/+0
|
* SERVER-1393 Allow specifying BSON version to validateGeert Bosch2016-04-223-9/+21
|
* SERVER-22647 remove extra loggingRandolph Tan2016-04-221-1/+0
|
* SERVER-23503 Expand localhost exception to include role creationSpencer Jackson2016-04-226-9/+83
|
* SERVER-23846 Disable stepback on PPC64LE Debug BuilderMark Benvenuto2016-04-221-0/+1
|
* SERVER-23785 create WriteConcernError error classJudah Schvimer2016-04-224-12/+5
|
* SERVER-23271 Tests for keysInserted & keysDeletedJames Wahlin2016-04-224-8/+29
|
* SERVER-23553 Enable compile of intel_decimal128 library on s390Geert Bosch2016-04-222-2/+8
|
* SERVER-19505 Add Visual Studio 2015 BuilderMark Benvenuto2016-04-222-2/+98
|
* SERVER-23473 Add collation parameter to the findAndModify commandTess Avitabile2016-04-223-0/+103
|
* SERVER-22667 Remove usages of ShardConnection from chunk.cppKaloian Manassiev2016-04-221-21/+30
|
* SERVER-23609 Get rid of struct ChunkInfoKaloian Manassiev2016-04-224-57/+43
| | | | Merges this structure in the MigrateInfo class.
* SERVER-23473 Add collation parameter to the geoNear commandTess Avitabile2016-04-221-1/+16
|
* SERVER-23473 Add collation parameter to the group commandTess Avitabile2016-04-222-0/+15
|
* SERVER-23268 remove CatalogManager::ConfigServerMode::SCCCMisha Tyulenev2016-04-2115-140/+16
|
* SERVER-23695 re-enable background indexing testsKyle Suarez2016-04-211-4/+0
|
* SERVER-23128 Refactor mongod write operationsMathias Stearn2016-04-2119-2490/+1202
| | | | Now both write commands and legacy writes share an implementation.
* SERVER-23128 Parsers that parse legacy and command writes into uniform objectsMathias Stearn2016-04-218-70/+806
|
* SERVER-23128 Remove sharding logic from UpdateLifecycleImplMathias Stearn2016-04-2111-26/+18
| | | | It didn't actually do anything
* SERVER-23551 $isolated writes should use WRITE_CONFLICT_RETRY_ONLYMathias Stearn2016-04-217-26/+43
|
* SERVER-23129 Reject unknown fields in write commandsMathias Stearn2016-04-217-33/+99
|
* SERVER-20224 correctly check for BatchedCommandResponse parse errors in user ↵Mathias Stearn2016-04-211-6/+3
| | | | management commands
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-2157-348/+550
|
* SERVER-23858 move test of $regex with embedded null to appropriate fileDavid Storch2016-04-212-22/+3
|
* SERVER-23583 replsetprio1.js should wait for replication before stopping ↵Benety Goh2016-04-211-0/+3
| | | | highest priority node