Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-12902 number of required fields in parsed projection should be 1 when ↵ | Benety Goh | 2014-03-06 | 2 | -0/+12 |
| | | | | projecting {_id: 1} | ||||
* | SERVER-13067 fixed typo in log message for clearing plan cache | Benety Goh | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | SERVER-12328 less aggressive plan cache evictions when the stddev is small | David Storch | 2014-03-06 | 4 | -16/+48 |
| | |||||
* | SERVER-12753 Remove extra %% in enterprise rpm macros file | Ernie Hershey | 2014-03-06 | 1 | -1/+1 |
| | |||||
* | SERVER-13058: remove extra space in Windows service descriptions | Sam Kleinman | 2014-03-06 | 2 | -4/+4 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-13050 Don't send "cursor" to shards when doing agg explain | Mathias Stearn | 2014-03-06 | 1 | -1/+5 |
| | | | | | | | Follow up to SERVER-12760. If cursor is sent to the shards, the explain will fail for the wrong reason and we would give a worse error message. With this change we now correctly report that the explain failed because one of the shards doesn't support explain. | ||||
* | SERVER-12997 Better error message for oversized insert | Mathias Stearn | 2014-03-06 | 1 | -1/+2 |
| | |||||
* | SERVER-13060 restore --setParameter newCollectionsUsePowerOf2Sizes functionality | Dan Pasette | 2014-03-06 | 2 | -6/+44 |
| | |||||
* | SERVER-12857 Add test of access control for createIndexes command | Spencer T Brody | 2014-03-06 | 2 | -1/+22 |
| | |||||
* | SERVER-13041 remove some slow leftover ixscan junk from fast count stage | Hari Khalsa | 2014-03-06 | 3 | -39/+42 |
| | |||||
* | post 2.6.0-rc1 | Ernie Hershey | 2014-03-06 | 2 | -2/+2 |
| | |||||
* | SERVER-12878 Delete ClientCursor in agg unless returning a cursor to user.r2.6.0-rc1 | Mathias Stearn | 2014-03-05 | 1 | -0/+7 |
| | |||||
* | BUMP 2.6.0-rc1 | Dan Pasette | 2014-03-05 | 7 | -7/+7 |
| | |||||
* | fix single-db restores without the --restoreDbUsersAndRoles flag | Spencer T Brody | 2014-03-05 | 1 | -4/+7 |
| | |||||
* | SERVER-12854 Prevent mongorestore from restoring user data to a 2.6 system ↵ | Spencer T Brody | 2014-03-05 | 2 | -28/+39 |
| | | | | with 2.4 schema users | ||||
* | SERVER-12539 Make mongorestore not interfere with ongoing user or role ↵ | Spencer T Brody | 2014-03-05 | 13 | -95/+815 |
| | | | | | | | | modifications This is done by making mongorestore insert the users/roles from the dump files into temporary collections that are later merged into the real admin.system.users and admin.system.roles collections using a new command: _mergeAuthzCollections. | ||||
* | SERVER-13048 progress printouts added to upgradeCheck() | matt dannenberg | 2014-03-05 | 1 | -0/+11 |
| | |||||
* | SERVER-13003 SERVER-13030 make upgradeChecker a function of DB and improve ↵ | matt dannenberg | 2014-03-05 | 1 | -65/+74 |
| | | | | its messaging | ||||
* | SERVER-12939 prefer non-blocking sort plans when no plans produce or hit EOF | David Storch | 2014-03-05 | 2 | -10/+62 |
| | |||||
* | SERVER-12918 fixed skip() with equality queries on _id | Benety Goh | 2014-03-05 | 3 | -0/+11 |
| | |||||
* | SERVER-12964 updated plan cache and index filter commands to return empty ↵ | Benety Goh | 2014-03-05 | 7 | -88/+199 |
| | | | | results on non-existent collection or query shape | ||||
* | SERVER-12964 accept query shape object in plan cache shell helpers | Benety Goh | 2014-03-05 | 2 | -0/+57 |
| | |||||
* | SERVER-12901 make maxSyncSourceLagSecs configurable | Dan Pasette | 2014-03-05 | 3 | -4/+50 |
| | |||||
* | Revert "SERVER-12820 Parse connection string to handle replica set ↵ | Dan Pasette | 2014-03-05 | 1 | -18/+6 |
| | | | | | | connections in copydb command" This reverts commit db6f4c6227581996ecba987be21912ed0824592c. | ||||
* | SERVER-13007 added delimiters to plan cache key | Benety Goh | 2014-03-04 | 2 | -20/+100 |
| | |||||
* | SERVER-12899 append "waited" field to all fsync GLE calls for 2.4 compatibility | Greg Studer | 2014-03-04 | 3 | -3/+21 |
| | |||||
* | SERVER-3071 penalize fetches during ranking | David Storch | 2014-03-04 | 3 | -16/+278 |
| | |||||
* | SERVER-12820 Parse connection string to handle replica set connections in ↵ | Shaun Verch | 2014-03-04 | 1 | -6/+18 |
| | | | | copydb command | ||||
* | SERVER-13016 Change dbpath from /var/lib/mongodb to /var/lib/mongo | Ernie Hershey | 2014-03-04 | 5 | -13/+13 |
| | |||||
* | SERVER-13016 Change rpm username from mongodb to mongod | Ernie Hershey | 2014-03-04 | 5 | -42/+44 |
| | |||||
* | remove case-check test for master/slave | Eric Milkie | 2014-03-04 | 1 | -98/+0 |
| | |||||
* | SERVER-12969: db.eval should not support load() | Mark Benvenuto | 2014-03-04 | 1 | -3/+0 |
| | |||||
* | SERVER-12910 release conns back to pool after every mongos operation | Greg Studer | 2014-03-04 | 1 | -6/+3 |
| | |||||
* | SERVER-12262 re-enable test for negation of in query | David Storch | 2014-03-04 | 2 | -10/+12 |
| | |||||
* | dropdb_race.js: switch to use fsync instead of j writeConcern | Scott Hernandez | 2014-03-04 | 1 | -1/+1 |
| | |||||
* | SERVER-12993: drop db in test until fixed | Scott Hernandez | 2014-03-04 | 2 | -0/+7 |
| | |||||
* | SERVER-12572 Informatively fail attempts to build C++ client driver targets | Andrew Morrow | 2014-03-04 | 6 | -438/+76 |
| | | | | | | | The MongoDB C++ client driver now resides in a separate repo and is maintained independently of the server. The targets in this repo that used to build or test the driver will now print an error message explaining the change and referring users to the relevant documentation. | ||||
* | SERVER-12127 Temporarily put back jstest in order not to lose test coverage. | Siyuan Zhou | 2014-03-03 | 287 | -0/+11572 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-12127 migrate js tests to jscore suite when not related to writes | Siyuan Zhou | 2014-03-03 | 300 | -766/+578 |
| | | | | | | | Migrate js tests starting from j-z. Include SERVER-12920 Update use_power_of_2.js Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-12950 don't mark writes as completed after errors in ordered batch | Greg Studer | 2014-03-03 | 3 | -1/+23 |
| | |||||
* | SERVER-12529 fix explain output for nscannedObjects on $or | Samantha Ritter | 2014-03-03 | 1 | -4/+1 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-12985 fix display index name | Asya Kamsky | 2014-03-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-12607 make [update/delete] write commands interruptable with killOp | Eric Milkie | 2014-03-03 | 7 | -19/+35 |
| | |||||
* | SERVER-12935 override OR child indexOnly when explaining non-covered queries | Benety Goh | 2014-03-03 | 1 | -0/+12 |
| | |||||
* | SERVER-12127 migrate js tests to jscore suite when not related to writes | Randolph Tan | 2014-03-03 | 450 | -0/+19437 |
| | | | | Temporarily put back jstest in order not to lose test coverage | ||||
* | SERVER-8391 upgradechecker now supports database or collection as argument | matt dannenberg | 2014-03-03 | 1 | -2/+41 |
| | |||||
* | SERVER-12809 fix upgradechecker's index key size check | matt dannenberg | 2014-03-03 | 1 | -1/+2 |
| | |||||
* | SERVER-12841 upgrade checker gives better errmsg for documents with ↵ | matt dannenberg | 2014-03-03 | 1 | -1/+8 |
| | | | | unindexable _ids | ||||
* | SERVER-12952 do less work for non-matching index docs | Hari Khalsa | 2014-03-03 | 2 | -11/+73 |
| | |||||
* | SERVER-12950 break ordered batches at first multi-shard op | Greg Studer | 2014-03-03 | 2 | -22/+354 |
| |