summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* BUMP 2.6.8-rc0r2.6.8-rc0Ramon Fernandez2015-02-177-7/+7
|
* SERVER-17278: Enforce BSON BinData lengthSpencer Jackson2015-02-131-0/+3
| | | | (cherry picked from commit 8ef2743189617343c5c4888aca34a9886d21e783)
* SERVER-14803 Support static-libstdc++ in any UnixErnie Hershey2015-02-121-2/+3
| | | | (cherry picked from commit 8240b32d3d274ab30ced457de542d6c7457d5850)
* SERVER-17264: improve bson validation for utf-8 stringsEliot Horowitz2015-02-122-0/+21
| | | | (cherry picked from commit 394a8569ff14a215c0691aa34440227b2e62a4de)
* SERVER-16599 do not proceed with copydb/clone if primary steps downBenety Goh2015-02-111-0/+26
|
* SERVER-17163 cancel chunk migration on the primary when the node is stepped downBenety Goh2015-02-111-0/+17
|
* SERVER-15471 improve GhostSync::associateSlave() error messagematt dannenberg2015-02-112-2/+2
|
* SERVER-10904 Possible for _master and _slaveConn to be pointing to different ↵Randolph Tan2015-02-101-0/+6
| | | | connections
* SERVER-17191 remove warning on 2.6 mongods when connected to from 2.8 mongosDan Pasette2015-02-091-1/+2
|
* SERVER-17216 2.6 mongostat should not crash if connected to a 3.0 mongod, ↵mike o'brien2015-02-092-3/+16
| | | | | | | | and warn if detected Closes #922 Signed-off-by: Ramon Fernandez <ramon.fernandez@mongodb.com>
* SERVER-17022 Update assert code to avoid conflicts in v3.0 branchRamon Fernandez2015-02-091-1/+1
| | | | (cherry picked from commit e6e989f7fcf70d5bf5a5645b6927ac7a889dd5b7)
* SERVER-16984 Do not rely on ShardedConnectionInfo::get() if not doing normal ↵Randolph Tan2015-02-092-1/+147
| | | | | | | | | | query (cherry picked from commit d0e977f7310a1befaa48ffb9edee71e9fc004421) Conflicts: src/mongo/db/commands/find_cmd.cpp src/mongo/db/dbcommands.cpp
* SERVER-16984 UpdateLifecycleImpl can return empty collectionMetadata even if ↵Randolph Tan2015-02-091-1/+2
| | | | | | ns is sharded (cherry picked from commit 70c51f2644cd56678748fbe877e987903f86f3ab)
* SERVER-14044 Invalid {$meta: 'text'} reference in agg $sort error messageKamran Khan2015-02-091-1/+2
| | | | | | | Closes #737 Signed-off-by: Benety Goh <benety@mongodb.com> (cherry picked from commit 0adbb451f7393c633686d65fd77b77ddc1161fe4)
* SERVER-14572 Increase C runtime stdio file limitAdam Midvidy2015-02-091-0/+6
| | | | | Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com> (cherry picked from commit 396380291e600f9d72d2e405f7b7cb4e8b7d4811)
* SERVER-14190 fix possible non-null terminated string in mongorestoreMatt Kangas2015-02-091-2/+4
| | | | (cherry picked from commit 4f3cf19d951ce143c541c01cd4ec87d06f40556d)
* SERVER-17022 Re-enable SSL caching as it didn't fix SERVER-10261Spencer Jackson2015-02-091-3/+8
| | | | (cherry picked from commit 74e5e2904304bef4b874c4ba68fe4e6671e1c12b)
* SERVER-16274 synchronize start of bg index builds on secondariesEric Milkie2015-02-063-0/+42
|
* SERVER-17087 Add listCollections command functionality to shell and clientEric Milkie2015-02-068-76/+203
|
* SERVER-15802 if an equality over a single-field unique index can be used to ↵David Storch2015-02-0610-6/+243
| | | | | | | | | | | | index an AND, ignore all other indices (cherry picked from commit c3da2fc6642f143111d104c871f420d523f949b5) Conflicts: src/mongo/db/query/get_executor.cpp src/mongo/db/query/index_entry.h src/mongo/db/query/query_planner_test.cpp src/mongo/s/chunk.cpp
* SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent ↵Mark Benvenuto2015-02-043-3/+18
| | | | | | dlls (cherry picked from commit c9b18a3824573e503d99c6b0f14a1a7d2049b50e)
* SERVER-16527 S2NearStage explain correctly reports nscanned, ↵David Storch2015-01-236-20/+67
| | | | nscannedObjects, and isMultiKey
* SERVER-16655 do not strip index tags from geo predicates during planning for ↵David Storch2015-01-222-1/+36
| | | | | | V2 2dsphere indices (cherry picked from commit 22ee5a4e87131a2b3791845c96edf4cde5028ba2)
* SERVER-16421 sharding_rs2.js should clean up data on all replicasSiyuan Zhou2015-01-151-1/+1
| | | | (cherry picked from commit ceae537f11dd33b5cdf0ae1fbda618d8d8272795)
* SERVER-14756 support storage.quota.enforced option in the YAML configurationAdam Midvidy2015-01-141-1/+0
| | | | | | | Closes #745 Signed-off-by: Benety Goh <benety@mongodb.com> (cherry picked from commit f60c7f9003ec815c5e4c37decb6ae48a80bf84ec)
* SERVER-16315 Nodes should not threaten to veto nodes whose config version is ↵Andy Schwerin2015-01-141-0/+6
| | | | higher than their own.
* post 2.6.7Ernie Hershey2015-01-147-7/+7
|
* Revert "SERVER-14756 support storage.quota.enforced option in the YAML ↵Ernie Hershey2015-01-141-0/+1
| | | | | | configuration" This reverts commit 3e3b196f2353b6a0db8ec22f398dfa5327bd6cbd.
* Revert "SERVER-16315 Nodes should not threaten to veto nodes whose config ↵Ernie Hershey2015-01-141-6/+0
| | | | | | version is higher than their own." This reverts commit 21a49b672559fc6d818b920d52ec5b2035f559f3.
* SERVER-14756 support storage.quota.enforced option in the YAML configurationAdam Midvidy2015-01-141-1/+0
| | | | | | | Closes #745 Signed-off-by: Benety Goh <benety@mongodb.com> (cherry picked from commit f60c7f9003ec815c5e4c37decb6ae48a80bf84ec)
* SERVER-16315 Nodes should not threaten to veto nodes whose config version is ↵Andy Schwerin2015-01-141-0/+6
| | | | higher than their own.
* BUMP 2.6.7r2.6.7Ernie Hershey2015-01-137-7/+7
|
* Revert "SERVER-14756 support storage.quota.enforced option in the YAML ↵Adam Midvidy2015-01-131-0/+1
| | | | | | configuration" This reverts commit f5573139e64ada164711b2408dd913dce3e3dbe0.
* SERVER-14756 support storage.quota.enforced option in the YAML configurationAdam Midvidy2015-01-121-1/+0
| | | | | | | Closes #745 Signed-off-by: Benety Goh <benety@mongodb.com> (cherry picked from commit f60c7f9003ec815c5e4c37decb6ae48a80bf84ec)
* post 2.6.7-rc0Ernie Hershey2015-01-077-7/+7
|
* BUMP 2.6.7-rc0r2.6.7-rc0Dan Pasette2015-01-067-7/+7
|
* SERVER-16237 Don't check shard version if the replica set monitor knows the ↵Spencer T Brody2015-01-064-1/+34
| | | | primary is down
* SERVER-16683 Decrease mongos memory footprint when shards have several tagsRandolph Tan2015-01-067-51/+137
|
* SERVER-16732 prevent an illegal erase from _slaveMapmatt dannenberg2015-01-061-1/+1
|
* SERVER-16081 add --check to init script daemon commandErnie Hershey2015-01-061-1/+1
| | | | (cherry picked from commit 6105f06402fe1e7578d41f3e4e583a1476ef2455)
* SERVER-16408 Disable max_time_ms.js in parallel suiteJason Rassi2015-01-061-0/+1
| | | | | | | | max_time_ms.js is (by design) sensitive to the execution time of the queries that it runs. As such, it should not be run in the parallel suite. (cherry picked from commit e1baf8419c0df083322e6f989b95770d8e0c0816)
* SERVER-15766 prefix_shard_key.js depends on primary allocation to particular ↵Siyuan Zhou2014-12-181-2/+4
| | | | shards
* SERVER-14306 Make sure mongos never requests more results than needed from ↵Spencer T Brody2014-12-184-0/+68
| | | | the shards
* post 2.6.6Ernie Hershey2014-12-097-7/+7
|
* BUMP 2.6.6r2.6.6Ernie Hershey2014-12-087-7/+7
|
* post 2.6.6-rc0Ernie Hershey2014-12-027-7/+7
|
* BUMP 2.6.6-rc0r2.6.6-rc0Ernie Hershey2014-12-017-7/+7
|
* SERVER-15849 fix reversed logicmatt dannenberg2014-12-011-1/+4
|
* SERVER-14057 Changing TTL should invalidate catalog's cached spec objJason Rassi2014-12-014-8/+87
|
* SERVER-15849 add test for removing a chained membermatt dannenberg2014-12-011-0/+53
|