Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-12116 Return better messages to the user when the authz version field ↵ | Spencer T Brody | 2014-03-03 | 7 | -19/+56 |
| | | | | is the wrong type | ||||
* | SERVER-12908 don't aggressively retry when config inconsistency detected in ↵ | Greg Studer | 2014-03-03 | 1 | -0/+1 |
| | | | | balancer | ||||
* | SERVER-12980 Index spec equality check: don't consider 'background' | Jason Rassi | 2014-03-03 | 1 | -0/+2 |
| | |||||
* | SERVER-12848 Don't validate field names of array children | Andrew Morrow | 2014-03-03 | 2 | -53/+94 |
| | |||||
* | SERVER-12870 Better error message when prividing a pwd arg when creating an ↵ | Spencer T Brody | 2014-03-02 | 1 | -0/+16 |
| | | | | external user | ||||
* | SERVER-12968: downcast createIndexes on 2.6 mongos -> insert | Eliot Horowitz | 2014-03-01 | 1 | -19/+138 |
| | |||||
* | SERVER-12967: remove createIndexes 'noChangesMade' field as its redundant | Eliot Horowitz | 2014-02-28 | 1 | -1/+0 |
| | |||||
* | SERVER-12903: Fix MSI Upgrade | Mark Benvenuto | 2014-02-28 | 3 | -5/+31 |
| | | | | | | | 1. Each version of mongo is installed to a unique directory, ie 2.6.0, and 2.6.1, changed it to be the major version instead 2.6 2. Added a MajorUpgrade element to prevent downgrade, and do the proper thing on upgrade Minor: The Wix uses the same upgrade code for each MSI, these should be unique per flavor | ||||
* | SERVER-12897, SERVER-12894: Various MSI Fixes | Mark Benvenuto | 2014-02-28 | 3 | -8/+23 |
| | | | | | 1. Fix icon in Add/Remove Programs 2. Community = Install directory is wrong - it includes the word "Legacy" | ||||
* | SERVER-12127 migrate js tests to jscore suite when not related to writes | Randolph Tan | 2014-02-28 | 2 | -4/+4 |
| | | | | Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api | ||||
* | SERVER-12557 allow exists queries to use an index | Samantha Ritter | 2014-02-28 | 4 | -4/+149 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-11688 Improve diagnostic messages for metadata reloading in shards | Siyuan Zhou | 2014-02-28 | 1 | -17/+29 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-12962 Set ok field on failed upconverted writes | Mathias Stearn | 2014-02-28 | 2 | -0/+24 |
| | |||||
* | SERVER-12955: MultiIndexBlock needs to check pdfile version | Eliot Horowitz | 2014-02-28 | 2 | -2/+16 |
| | |||||
* | SERVER-11770 Support setting the gssapiServiceName in mongo* tools. | Andy Schwerin | 2014-02-28 | 3 | -5/+34 |
| | |||||
* | SERVER-10879 Index build use post-fixed spec to check if index exists | Jason Rassi | 2014-02-28 | 4 | -16/+49 |
| | | | | | | As a result, ensureIndex on an existing text index correctly produces a no-op. Previously the index catalog would conclude that a different index existed with the same name, and produce an error. | ||||
* | SERVER-10879 Text index builds validate both "key" and "weights" | Jason Rassi | 2014-02-28 | 1 | -16/+18 |
| | |||||
* | SERVER-10879 Index spec equality check should test all index options | Jason Rassi | 2014-02-28 | 1 | -5/+39 |
| | |||||
* | SERVER-11770 Support changing the default gssapiServiceName from the shell ↵ | Andy Schwerin | 2014-02-28 | 4 | -12/+54 |
| | | | | | | | | | | command line. This patch allows the user to specify an alternate gssapiServiceName (default is mongodb) when authenticating using GSSAPI/Kerberos. It also allows the user to specify the host name to use for authentication purposes, when this does not match the DNS host name. Both of these functions were previously exposed only through the db.auth() method, and not for command-line authentication. | ||||
* | SERVER-12866 explain queries should not mutate the cache | Benety Goh | 2014-02-28 | 3 | -40/+35 |
| | |||||
* | SERVER-12866 added explain to canonical query constructor | Benety Goh | 2014-02-28 | 9 | -26/+114 |
| | |||||
* | SERVER-12921 Make sure mongorestore runs cleanup routines on error | Spencer T Brody | 2014-02-28 | 1 | -10/+14 |
| | |||||
* | SERVER-12885 Make sure mongodump can dump admin.system.users when explicitly ↵ | Spencer T Brody | 2014-02-28 | 1 | -1/+1 |
| | | | | asked to | ||||
* | SERVER-12868 Pick backup plan when winning plan contains hashed AND stage | Benety Goh | 2014-02-27 | 4 | -7/+75 |
| | |||||
* | SERVER-12868 renamed QuerySolution::hasSortStage to more generic ↵ | Benety Goh | 2014-02-27 | 6 | -14/+27 |
| | | | | hasBlockingStage | ||||
* | SERVER-12868 added getMemUsage to WorkingSetMember | Benety Goh | 2014-02-27 | 4 | -42/+37 |
| | |||||
* | SERVER-12868 added memory usage accounting to hashed AND stage | Benety Goh | 2014-02-27 | 3 | -6/+332 |
| | |||||
* | SERVER-12945: inc/mul error message more better | Scott Hernandez | 2014-02-27 | 1 | -3/+5 |
| | |||||
* | SERVER-12931 propagate error from MultiPlanRunner::workAllPlans to getNext | Benety Goh | 2014-02-27 | 4 | -8/+18 |
| | |||||
* | SERVER-12931 add failure status to working set if child stage fails without ↵ | Benety Goh | 2014-02-27 | 11 | -1/+135 |
| | | | | providing reason | ||||
* | SERVER-12876: fix durability check for if we need to commit fixing compact | Eliot Horowitz | 2014-02-27 | 3 | -5/+6 |
| | |||||
* | SERVER-10026 add memory usage stats to sort and print stats upon error | Hari Khalsa | 2014-02-27 | 5 | -2/+44 |
| | |||||
* | SERVER-12030 Only reference SNMP directory for enterprise MSI's | Ernie Hershey | 2014-02-27 | 1 | -4/+4 |
| | | | | | This fixes the recent windows-32 build failure. I verified it with a patch build against all the windows builders. | ||||
* | SERVER-12711 downgrade plan stats error logging from warning() to LOG(2) | Benety Goh | 2014-02-27 | 1 | -6/+6 |
| | |||||
* | SERVER-12786: missing () on call | Scott Hernandez | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | SERVER-12770 Change stringification and casting of ErrorCodes::Error to ↵ | Andy Schwerin | 2014-02-26 | 4 | -23/+21 |
| | | | | improve round-tripping. | ||||
* | SERVER-12030 Have MSI put SNMP docs in snmp directory | Ernie Hershey | 2014-02-26 | 2 | -0/+10 |
| | |||||
* | SERVER-12911 make ensureIndex return value consistent | Randolph Tan | 2014-02-26 | 1 | -4/+2 |
| | |||||
* | SERVER-12915 only track modified docs if move or mods affect indices | Hari Khalsa | 2014-02-26 | 1 | -4/+7 |
| | |||||
* | SERVER-10026 don't add a collscan solution if ixscan soln exists | Hari Khalsa | 2014-02-26 | 6 | -76/+168 |
| | |||||
* | SERVER-12825 don't use ixisect if a compound index is available | David Storch | 2014-02-26 | 3 | -12/+173 |
| | |||||
* | SERVER-12915 update must keep track of updated locs even w/in-place updates | Hari Khalsa | 2014-02-26 | 1 | -12/+19 |
| | |||||
* | SERVER-12786: add shell writeMode option | Scott Hernandez | 2014-02-26 | 8 | -34/+94 |
| | |||||
* | SERVER-12896 MongoRunner fixes to make multiversion tests run on Windows | Kaloian Manassiev | 2014-02-26 | 1 | -3/+46 |
| | | | | | | | | | | | The system programs either come versioned in the form of <utility>-<major.minor> (e.g., mongorestore-2.4) or just <utility>. If change_extension is called on this string, it will replace the minor version component and the binary will not be found. In pre-2.6.0rc0 versions, we did not have the server shutdown event and the stop commands needs to use the old method of connecting on the admin port and invoking shutdown. | ||||
* | SERVER-12873 add more plan ranking dbtests | Hari Khalsa | 2014-02-25 | 1 | -3/+157 |
| | |||||
* | SERVER-12774 added nscanned and nscannedObjects to slow query log | Benety Goh | 2014-02-25 | 5 | -4/+28 |
| | |||||
* | SERVER-12887: change order of syslog options in help | Sam Kleinman | 2014-02-25 | 1 | -5/+5 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | SERVER-11432 PageFaultRetryableSection shouldn't set hasWrittenThisOp | Jason Rassi | 2014-02-25 | 1 | -1/+0 |
| | |||||
* | SERVER-12842 do not add filterSet to explain if solution is not available in ↵ | Benety Goh | 2014-02-25 | 2 | -1/+32 |
| | | | | single solution runner | ||||
* | SERVER-12873 begin dbtest file for plan ranking, add force-ixisect flag for qa | Hari Khalsa | 2014-02-25 | 4 | -0/+210 |
| |