summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS-1144 pull the stable tools branch instead a tagr3.0.12-rc0r3.0.12Gabriel Russell2016-04-291-1/+1
|
* TOOLS-1098 pull the tools version from the server tagGabriel Russell2016-04-291-1/+1
|
* SERVER-23807 index build must X-lock collectionKyle Suarez2016-04-293-2/+94
| | | | | Index builds must lock the collection with an X lock, rather than an IX lock, to prevent a race with concurrent updates.
* SERVER-23946 Disable Evergreen Job CleanupErnie Hershey2016-04-271-0/+1
|
* SERVER-7005 reject embedded null bytes in $regexDavid Storch2016-04-223-106/+88
| | | | | | | (cherry picked from commit 33471d4424dd81e5310b27867ecb3647c60cf7a4) Conflicts: jstests/core/regex.js
* SERVER-7005 reject embedded null bytes in $renameDavid Storch2016-04-222-0/+32
| | | | (cherry picked from commit 75f24a26015566ce5458887de1431d2458ff7fd3)
* SERVER-23762 validate() should fail when encountering invalid BSONRobert Guo2016-04-211-1/+1
| | | | | (cherry picked from commit ce39e32d01e3a909948f850360040809ac7c8a8d) (cherry picked from commit 5089357158122b3c8b2c146210ac15fe9451c21c)
* Import wiredtiger-wiredtiger-mongodb-3.0.9-9-gf6286c2.tar.gz from wiredtiger ↵Ramon Fernandez2016-04-157-27/+92
| | | | | | | | | | | | branch mongodb-3.0 ref: 3dbc6c6..f6286c2 SERVER-22831 Low query rate with heavy cache pressure and an idle collection SERVER-23457 WiredTiger changes for MongoDB 3.0.12 WT-2157 test/format corrupted cell failure WT-2361 column-store starting record number error WT-2451 Allow eviction of metadata
* SERVER-23425 Port 3.2 sharding move chunk unit testsKaloian Manassiev2016-03-3114-135/+1278
|
* SERVER-23425 Correctly track inserts and deletes to migrating chunks.Andy Schwerin2016-03-311-3/+3
|
* SERVER-23373 Upgrade OS X builders to 10.10Brian Samek2016-03-311-9/+9
| | | | | | In addition to updating the OS X builders to 10.10, this changes the display name of the OS X builders to refer to the minimum version that we are compiling for rather than the version of the OS that we are compiling on.
* TOOLS-1100 Tag for osx-1010 SSL updatesBrian Samek2016-03-301-1/+1
|
* Revert "TOOLS-1100 Tag for osx-1010 SSL updates"Brian Samek2016-03-301-1/+1
| | | | This reverts commit 3afad84c2edfdc5877d8da69d6a7f1b5af516be5.
* TOOLS-1100 Tag for osx-1010 SSL updatesBrian Samek2016-03-301-1/+1
|
* SERVER-23283 RangeDeleter does not log cursor ids correctly in deleteNow()Randolph Tan2016-03-281-7/+7
| | | | (cherry picked from commit 26603490725d969247044de4f36f487972264023)
* SERVER-22535 Fix MigrateFromStatus::storeCurrentLocs() to not dereference ↵r3.0.10Tess Avitabile2016-03-071-1/+6
| | | | invalid memory
* Import wiredtiger-wiredtiger-mongodb-3.0.9-3-g3dbc6c6.tar.gz from wiredtiger ↵r3.0.10-rc1Ramon Fernandez2016-02-292-6/+23
| | | | | | | | | branch mongodb-3.0 ref: 62b3ca8..3dbc6c6 WT-2130 Improve on-disk page utlilization with random workloads SERVER-22898 High fragmentation on WiredTiger databases under write workloads
* SERVER-22793 always clear buffered WorkingSetIDs on saveStateDavid Storch2016-02-265-18/+19
| | | | | This ensures that the set of WorkingSetIDs does not grow without bound.
* bump tools to 3.0.10r3.0.10-rc0Ramon Fernandez2016-02-251-1/+1
|
* Import wiredtiger-wiredtiger-mongodb-3.0.9-2-g62b3ca8.tar.gz from wiredtiger ↵Ramon Fernandez2016-02-23592-7/+577758
| | | | | | | | branch mongodb-3.0 ref: cae5fcf..62b3ca8 SERVER-22554 WiredTiger data handles not closed when collection is dropped
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-02-227-47/+111
| | | | (cherry picked from commit 1d611a8c7ee346929a4186f524c21007ef7a279d)
* SERVER-22535 Migration source manager checks for PlanExecutor errors during ↵Tess Avitabile2016-02-221-2/+12
| | | | | | initial index scan for documents to clone Custom backport from f5a9081a412ada3fc8a472b267f932f76b345126
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-02-221-47/+67
|
* Revert "SERVER-22042 Use CheckLib to verify SSL library availabiliy"Ramon Fernandez2016-02-211-67/+47
| | | | | This reverts commit 3a5a890e1e1832ea8a45607d01ddef36ac3d76fa, since it's breaking the v3.0 branch for some variants.
* SERVER-19800 DataSizeChange forces an int into a boolMartin Bligh2016-02-212-4/+4
| | | | | | Fix for SERVER-22634: data size change for oplog deletes can overflow 32-bit int (cherry picked from commit 2a11d0957b397e2c9bcb4230da9d764b50aaac3b)
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-02-201-47/+67
|
* SERVER-22569 Change findParentEqualityElement() to return by value.Max Hirschhorn2016-02-203-10/+9
| | | | | | | | MSVC 2013 doesn't support thread-safe initialization of function-local static-duration objects, so it's possible to return a reference to 'eooElement' prior to the value being fully initialized. (cherry picked from commit 4f1cc51f3e21e4ff76c68e86ecae4e5d138de0aa)
* Revert "SERVER-21528 clean up capped6.js"Robert Guo2016-02-051-89/+94
| | | | This reverts commit e597d3a557d62ba621f3bf67e9eede52661384c2.
* Revert "SERVER-21388 validate captrunc argument"Robert Guo2016-02-052-13/+0
| | | | This reverts commit f2a67700a3cfd9e401feb4a17931ea3209f10e4b.
* SERVER-22261 Ensure LSNFile only contains sequence numbers flushed to data filesMathias Stearn2016-02-0211-77/+140
| | | | (cherry picked from commit 0386400f728588140ccd9c896f7b87370d9bc866)
* SERVER-22350 Fail Evergreen task on package generation failureErnie Hershey2016-01-291-0/+3
| | | | (cherry picked from commit 7a95cd41c36465513c71b787205a01eb355fc320)
* SERVER-22326: Upgrade perf.yml to use new mongo-perf release r20160127dalyd2016-01-291-1/+1
| | | | (cherry picked from commit d21109c7b3222088c0a382bbc02103c4d133f42f)
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
| | | | (cherry picked from commit bc065bab600d637b42c78f0622994fbd060aea01)
* SERVER-21528 clean up capped6.jsRobert Guo2016-01-281-94/+89
|
* SERVER-21388 validate captrunc argumentRobert Guo2016-01-282-0/+13
|
* Revert "SERVER-17527 add startup warning when server is started with web ↵Robert Guo2016-01-266-34/+9
| | | | | | interface and auth" This reverts commit a01f882735e7655cfb1572ec8c6710f296caf4be.
* SERVER-17527 add startup warning when server is started with web interface ↵Robert Guo2016-01-266-9/+34
| | | | | | and auth (cherry picked from commit 7a615393f4ce1fee83767ab161cdbc6a6ed1fdef)
* SERVER-21776 Diagnostic logic for reads/writes should use correct log componentr3.0.9Jason Rassi2016-01-202-3/+3
| | | | (cherry picked from commit f210ee304a3b6eeb85a67305e6a97a32e1df3c81)
* SERVER-19128 Clean up interaction of background index builds and cursor killingr3.0.9-rc0Mathias Stearn2016-01-187-15/+40
| | | | | This reverts commit 90a684ad25a86deff16f80e11e257c6ac6611683, restoring 1d26b77d115eb39f03dffbdbaccf10e696cd4fe3.
* SERVER-22191 Don't register CurOp on Client until done with constructionMathias Stearn2016-01-181-2/+5
|
* SERVER-22160 Make statics for background.cpp immortalMathias Stearn2016-01-181-3/+5
| | | | | | | This resolves static-initialization-order-fiasco problems with cursor_manager.cpp. (cherry picked from commit d9e0595751bb1decc6c0de0a24d1cb4d09443451)
* SERVER-22114 fix code formatRandolph Tan2016-01-161-0/+1
|
* SERVER-22114 Avoid doing unnecessary repeated calls to DBConfig::_loadRandolph Tan2016-01-152-13/+31
| | | | | | | | (cherry picked from commit 0f85256eefa78b1b74b9e6ae0d1c646853f6f22f) Conflicts: src/mongo/s/config.cpp src/mongo/s/config.h
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-159-106/+56
| | | | | | | | | | | | | | | | In addition, limit the lifetime of ChunkManager instances so it can free references to ChunkManager earlier. (cherry picked from commit 65f2da2c49c2b22d2b80e6562b9b61f242cb9a18) Conflicts: src/mongo/s/chunk_manager_targeter.cpp src/mongo/s/chunk_manager_targeter.h src/mongo/s/cluster_write.cpp src/mongo/s/cluster_write.h src/mongo/s/commands/cluster_write_cmd.cpp src/mongo/s/write_ops/batch_write_exec.cpp src/mongo/s/write_ops/batch_write_exec.h src/mongo/s/write_ops/batch_write_exec_test.cpp
* SERVER-19110 Ignore failed operations in mixed_storage_version_replication.jsCharlie Swanson2016-01-141-5/+18
| | | | (cherry picked from commit 51cd740ce156485f5b4fcfad159fe3cf22d89065)
* SERVER-22109 applyOps should validate database name in index spec when ↵Benety Goh2016-01-142-0/+15
| | | | | | creating indexes (cherry picked from commit 3fa4cdc79b04639061f0d13b68b60c3e3e5102b6)
* Revert "SERVER-19128 Clean up interaction of background index builds and ↵Spencer Jackson2016-01-137-40/+15
| | | | | | cursor killing" This reverts commit 1d26b77d115eb39f03dffbdbaccf10e696cd4fe3.
* SERVER-7656 Execute aggregation command on targeted shard if first stage is ↵Charlie Swanson2016-01-134-16/+96
| | | | an exact match on shard key
* SERVER-20358 prevent creation of users containing NULL charactersrahuldhodapkar2016-01-132-0/+9
| | | | (cherry picked from commit 6a46a7c34222329972b6c6b0fae70bc6cd72c2fa)
* SERVER-19128 Clean up interaction of background index builds and cursor killingMathias Stearn2016-01-127-15/+40
| | | | (cherry picked from commit 795a8ebd80a9f91fc1484cfdc33b6609d0bc4a35)