summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-19415 Fix planCacheListQueryShapes command to report correct query ↵Ian Boros2017-12-072-7/+6
| | | | predicate
* SERVER-32145 Avoid dropping lock before disposing of PlanExecutorCharlie Swanson2017-12-072-8/+28
|
* PERF-1090 Add new evergreen suite definition for retryable writes workloadRandolph Tan2017-12-071-0/+17
|
* SERVER-32131 ChangeStreams lookup_post_image.js test makes assumptions that ↵Matthew Russotto2017-12-072-0/+22
| | | | don't hold up in secondary read passthrough
* Import wiredtiger: 596a3c7c0169cbda0475bfbd4b177fdbf3258058 from branch ↵Alex Gorrod2017-12-077-59/+131
| | | | | | | | | | | mongodb-3.8 ref: 6dcff54e40..596a3c7c01 for: 3.7.1 WT-3079 Make sure eviction visits all trees WT-3776 Cursor remove operation unpins page too early WT-3786 Transactions with timestamps should read their writes
* SERVER-31954 Deprecation warning for use of MMAPv1 Storage Enginenehakhatri52017-12-071-1/+23
|
* SERVER-31133 Ignore mechanism for `StatusWith`ADAM David Alan Martin2017-12-065-17/+16
| | | | | | | | | Change `StatusWith< T >::getStatus` to return `const Status &&`, which permits an overload for `Status::ignore() const &&`. This would be called from expressions which use `StatusWith< T >::getStatus()` for example, `f().getStatus().ignore()`, giving a straightforward and concicse way to indicate that the success or failure of an operation is irrelevant (and thus the result is also irrelevant).
* SERVER-32178 Do not use IDL on oldest oplog entryJudah Schvimer2017-12-062-8/+67
|
* SERVER-32048 Ensure updates that implicitly create an array element generate ↵Tess Avitabile2017-12-0619-7/+497
| | | | new null index keys
* SERVER-31830 Allow invariant to accept messagessamantharitter2017-12-063-6/+50
|
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-068-103/+56
| | | | | workaround gcc bug [branch stdx_bind_2]
* SERVER-32074 Powercycle - Fix Windows event_name for handling stack dumpsJonathan Abrahams2017-12-061-1/+1
|
* SERVER-32167 do a second majority write before committed read in ↵Judah Schvimer2017-12-061-0/+4
| | | | read_committed_after_rollback.js
* SERVER-31056 Do not uassert with code StaleConfigKaloian Manassiev2017-12-063-4/+4
| | | | | | The StaleConfig error code is interpreted in a special way and it requires the presence of StaleConfigException. Because of this we should never uassert with it directly.
* SERVER-31984 Include _recvChunkStatus errmsg in failed moveChunk responseJack Mulrow2017-12-061-1/+2
|
* SERVER-32021 Remove unused header _updateOpTimesFromHeartbeat_inlockVesselina Ratcheva2017-12-061-10/+0
|
* SERVER-31056 Remove the KeyRange type from non-test codeKaloian Manassiev2017-12-0611-152/+139
|
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded ↵Bernard Gorman2017-12-064-17/+59
| | | | collections that become sharded
* SERVER-6898 Enable listDatabases for all usersSara Golemon2017-12-054-41/+123
|
* SERVER-31627 blacklist dump_coll_metadata.js from ↵Esha Maharishi2017-12-051-0/+2
| | | | sharding_last_stable_mongos_and_mixed_shards
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-055-5/+42
|
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see ↵Esha Maharishi2017-12-0512-31/+94
| | | | collection in config.cache.collections
* SERVER-29844 Prefers a priority takeover if the current node has highest ↵Pavithra Vetriselvan2017-12-055-18/+113
| | | | priority and it is most up to date
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2017-12-052-0/+207
|
* Import tools: 2b10d8492e1185039be4d5f2242a5b11ea102303 from branch masterKelsey Thomas Schubert2017-12-056-61/+97
| | | | | | | | | | | | | | ref: 12cce7433c..2b10d8492e for: 3.7.1 TOOLS-1688 Evergreen tests broken in master TOOLS-1827 Implement Initial DNS Seedlist discovery spec TOOLS-1861 build.sh script doesn't abort on error TOOLS-1878 qa-tests-unstable force_table_scan.js TOOLS-1880 qa-tests-unstable no_primary_error_code.js TOOLS-1881 qa-tests-unstable no_sharded_secondary_reads.js TOOLS-1895 qa-dump-restore-archiving oplog_rollover_test.js TOOLS-1899 Fix auth_test.go typos
* SERVER-32136 initial_sync_drop_collection.js should wait for system to ↵Matthew Russotto2017-12-051-2/+6
| | | | stabilize after restarting node.
* SERVER-31056 Remove all usages of the ScopedCollectionMetadata default ↵Kaloian Manassiev2017-12-054-98/+129
| | | | | | | constructor With this commit, only the MetadataManager is allowed to instantiate empty ScopedCollectionMetadata objects.
* Revert "SERVER-18727 Remove kill logic and fail if there are unexpected ↵Jonathan Abrahams2017-12-041-25/+20
| | | | | | running processes in evergreen.yml" This reverts commit 265b20e7fd053d0cd73506d78da0875bfdc7593d.
* SERVER-18727 Remove kill logic and fail if there are unexpected running ↵Jonathan Abrahams2017-12-041-20/+25
| | | | processes in evergreen.yml
* SERVER-31864 applyOps command with UUID containing op must require granular ↵Xiangyu Yao2017-12-042-24/+390
| | | | privileges
* SERVER-32159 fix typo in sync_tail.cpp ↵Judah Schvimer2017-12-041-2/+2
| | | | fillWriterVectorsAndLastestSessionRecords()
* SERVER-31056 Remove usages of ScopedCollectionMetadata default constructorKaloian Manassiev2017-12-0417-453/+370
|
* SERVER-32053 Make explain cursor invalidation testing more reliableJames Wahlin2017-12-042-27/+18
|
* SERVER-24399 - Simplify grep logic used for process kill in Evergreen.yml ↵Jonathan Abrahams2017-12-041-17/+5
| | | | and change egrep to grep -E
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-0421-166/+124
| | | | | | Work around GCC bug#67274 with explicit this-> syntax. This reverts commit 54db6356c47d7a639eae062818c3026561a64594. This reverts commit 19ced195b842d9521220f76b8dd7da8c929ad8ee.
* SERVER-32071 Fix download on Windows of NotMyFaultJonathan Abrahams2017-12-041-1/+2
|
* SERVER-32074 Powercycle - Add stack dump when SIGUSR1 or Windows event is ↵Jonathan Abrahams2017-12-031-0/+82
| | | | received
* SERVER-31707: Test changeStreams on a sharded collection where the shard ↵Nick Zolnierz2017-12-022-0/+182
| | | | doesn't know the collection is sharded
* Revert "SERVER-32070 migrate some easy stdx::bind to lambdas"Kaloian Manassiev2017-12-0121-126/+167
| | | | This reverts commit 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5.
* Revert "Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5"Kaloian Manassiev2017-12-012-5/+6
| | | | This reverts commit b48791ed22de839480ef6ab558692bb19bdbcd3e.
* Trivial lint fix of 7dc61c0f0c0160ad6cba831a0e12bef501ef3ad5Billy Donahue2017-12-012-6/+5
|
* SERVER-32070 migrate some easy stdx::bind to lambdasBilly Donahue2017-12-0121-167/+126
| | | | [branch stdx_bind_1]
* SERVER-30491 Remove CRAM-MD5Sara Golemon2017-12-016-85/+265
|
* SERVER-31749 include command name in temporary collection for collection ↵Benety Goh2017-12-011-1/+9
| | | | creation
* SERVER-32137: remove unused stringdata vars and use all task names in SSMFiona Rowan2017-12-012-3/+1
|
* SERVER-30671 Don't expect operationTime to not change in ↵Jack Mulrow2017-12-011-4/+1
| | | | causal_consistency_shell_support.js
* SERVER-31651 Extend geoNear command and agg stage to accept optional 'key' ↵David Storch2017-12-019-49/+216
| | | | field.
* SERVER-31651 Relax geoNear command requirement to specify spherical=true for ↵David Storch2017-12-012-13/+6
| | | | 2dsphere index.
* SERVER-31651 Allow minDistance option on geoNear command with 2d index.David Storch2017-12-016-188/+248
|
* SERVER-31660 Bring BSONObj parsers back for IDL generated commandsMark Benvenuto2017-12-013-49/+49
|