summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-13459 migration rollback needs to use original metadatar2.6.0-rc3Greg Studer2014-04-022-10/+62
| | | | (cherry picked from commit 9b65ac6d4361c07374b9e95e41afd6c2a3199b8e)
* BUMP 2.6.0-rc3Dan Pasette2014-04-027-7/+7
|
* Revert "SERVER-13383 validateKeyPattern allow only numeric/string key types"Dan Pasette2014-04-021-3/+2
| | | | This reverts commit b48e15efdd02c3217356484ad462dcde9d57920d.
* SERVER-12242 SERVER-12244 Fix typo in compact/reIndex error messagesJason Rassi2014-04-022-5/+3
| | | | | | | The error messages originally were incorrectly swapped with one another. (cherry picked from commit df0236cab083063fd125e289c6bac6b017bc6b67)
* SERVER-12550: use Context instead of ReadContext and don't check shard versionEliot Horowitz2014-04-013-29/+7
| | | | this happens later
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-019-15/+258
| | | | (cherry picked from commit 9b17edd15ffb0ba3a3a9309fafd9bd4fa04a4d92)
* SERVER-13429 Update exit_logging.js to also test mongos exit logging.Andy Schwerin2014-04-011-13/+53
| | | | (cherry picked from commit 9e041ccf433660008ed2ddb1c2ed58ba78ef5488)
* SERVER-13429 unify signal handling between mongos and mongodMathias Stearn2014-04-019-391/+302
| | | | (cherry picked from commit ad91eb0f75f39c1bb71b5e0ca4279b883cb9fe8d)
* SERVER-13429 Remove printStackAndExitMathias Stearn2014-04-015-92/+15
| | | | | | | | | All of the functions in signal_handlers.cpp were broken when logfiles or syslog were in use. This commit removes them and all callers. The files were left in place for a later commit to fill them back in with a unified signal handling system. (cherry picked from commit 11e43325fa2b0139df1eb9c367b984a5b112dbb4)
* SERVER-13429 Eliminate rawOut and related functionsMathias Stearn2014-04-018-98/+16
| | | | (cherry picked from commit 4e1eccfe64f424daead6ed22542377d2e1ce798e)
* SERVER-13429 Use logging system in mongod signal handlers, test exit logging.Andy Schwerin2014-04-013-27/+100
| | | | | | | Still not really safe for signal handlers, but no worse than before, and correctly logs to the log file/syslog, so an improvement. (cherry picked from commit f4e6aa9ee7c0dccbb4789d3dff1d92b086d67b88)
* SERVER-13379 Fixing parsed naming of jsonp option in mongosShaun Verch2014-04-011-2/+2
| | | | (cherry picked from commit 7863f05cb1cdb2d56d1f31928ec10521ac4f55f6)
* SERVER-13438 Handle syslog case of systemLog.destination properlyShaun Verch2014-04-011-6/+16
| | | | (cherry picked from commit 9d2e260f329696f22a75717510b106ea8c34c1f5)
* SERVER-10325: support system and user flags for mongos collstatsScott Hernandez2014-04-011-0/+10
| | | | (cherry picked from commit cfd144275d53cbca46de3280fdb50a9f10a733af)
* SERVER-13431 _me should not reference mmapped memoryEric Milkie2014-04-011-0/+2
| | | | (cherry picked from commit 54123be0d616307b946122194586bd3cf93d2c3b)
* SERVER-13435 do not run dropdb_race.js in smalloplogEric Milkie2014-04-011-1/+1
| | | | (cherry picked from commit cffd39b33fd0c6e311237cacc7360da3ea776a21)
* SERVER-13410 metadata changes in dblockGreg Studer2014-04-012-4/+22
| | | | (cherry picked from commit c4f3416806135c1d2d3289a0648fc9dc754a0adf)
* SERVER-13420 remove syncSourceFeedback connection management from the ↵matt dannenberg2014-04-014-56/+4
| | | | | | notifier thread (cherry picked from commit 26f3c3140d6c49732d3462235d9dd496e17c504f)
* SERVER-13422 fix planning bug for elemMatch object index intersectionDavid Storch2014-03-312-3/+35
| | | | (cherry picked from commit 58f603c00d7ef8372c4f412755e43dee7d7f5ac9)
* SERVER-13423 Rename security.sasl.authenticationMechanisms to ↵Shaun Verch2014-03-311-10/+0
| | | | | | security.authenticationMechanisms (cherry picked from commit ae59693a8b1f2ed6dbef552ed479671ba70cfc49)
* SERVER-13415 Strict validation of j / fsync to be boolean is ↵Randolph Tan2014-03-311-8/+0
| | | | backwards-breaking for some drivers
* SERVER-13416 Change security.authentication to security.authorization in commentShaun Verch2014-03-311-1/+1
| | | | (cherry picked from commit 57be00c6bb250ffb98be5fd1ed86086b3cea7220)
* SERVER-13416 Rename security.authentication to security.authorizationShaun Verch2014-03-313-19/+20
| | | | (cherry picked from commit 6c38102c43fe66faa5c282ac59c206f162ccc6ff)
* SERVER-13413 profiling should not do version checks against op namespaceGreg Studer2014-03-312-1/+42
| | | | (cherry picked from commit 7ccb298ff2790f4d4b5e844e4124f9051a4ec437)
* SERVER-13374 change connection pool defaultsGreg Studer2014-03-319-30/+211
| | | | (cherry picked from commit f71610672b0506b233a449bfafb303497c97ae50)
* SERVER-13406 don't extract invalid index assignments from OR subplan when it ↵Hari Khalsa2014-03-311-0/+6
| | | | indexed sorts
* SERVER-13406 add debugging for OR sub-plannerHari Khalsa2014-03-313-12/+28
|
* SERVER-12550: insert has 3 phases:Eliot Horowitz2014-03-3049-731/+1642
| | | | | | a) outside of lock generate keys b) inside lock touch btree pages c) do insert
* Increase oplog size for testMathias Stearn2014-03-301-1/+6
| | | | (cherry picked from commit 192fd947da5ba99e4a06c769670b08cc9820f955)
* SERVER-13336 IndexUpdateTests: Only try to kill index buildsMathias Stearn2014-03-301-0/+12
| | | | | | | Now that counts can yield, they can be killed. The killAll() calls above were not intended to effect the counts. (cherry picked from commit 00c8264c88edbbda91c375063c2c612b1db18702)
* SERVER-13379 jstests that start servers can't live in coreMatt Kangas2014-03-293-0/+0
| | | | (cherry picked from commit 91a7d38a6beaf53aeb5390e64da7366db5b9d858)
* SERVER-10026 turn off fetches for oplog start hack tests until we make the ↵Hari Khalsa2014-03-281-0/+14
| | | | tests less sensitive
* SERVER-13399 Increase timeout in server_status_metrics.jsRandolph Tan2014-03-281-3/+3
| | | | (cherry picked from commit 92ed1aa3e061f4f41d40f5a7463a1a624a28f40b)
* double initiate timeout in replSetTest class to avoid timeouts during testsMatt Dannenberg2014-03-281-1/+1
| | | | (cherry picked from commit f90b360d2179857e617d18fb4fbc02a46d5a4780)
* SERVER-13379 Canonicalize noAutoSplit as sharding.autoSplitShaun Verch2014-03-283-16/+82
| | | | (cherry picked from commit a574286b4f6d487bc18b214fba8aec5a0f64de66)
* SERVER-13379 Ensure replication.replSet overrides replication.replSetNameShaun Verch2014-03-283-28/+97
| | | | (cherry picked from commit 3fe346dedc89c9d154b1de30d497ae0caa529ecc)
* SERVER-13379 Canonicalize noIndexBuildRetry as storage.indexBuildRetryShaun Verch2014-03-283-4/+83
| | | | (cherry picked from commit 8d7e71c8c07ff15ece15d5494a77ed42fc309f11)
* SERVER-13379 Canonicalize profile as operationProfiling.modeShaun Verch2014-03-283-23/+131
| | | | (cherry picked from commit 6ddce18d5ac886e9dadefb009454d4c8f0d2f5ae)
* SERVER-13379 Canonicalize shardsvr and configsvr as sharding.clusterRoleShaun Verch2014-03-283-19/+70
| | | | (cherry picked from commit 1c2ec3d69bbb5b6ae34f57abf1fabcaf32833a57)
* SERVER-13379 Canonicalize moveParanoia and noMoveParanoia as ↵Shaun Verch2014-03-283-13/+115
| | | | | | sharding.archiveMovedChunks (cherry picked from commit 3973a76ece2b85b8258831ae7dae97e8e3da8eec)
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-284-11/+38
| | | | (cherry picked from commit 0c9df5cebac7a7a9f7a7e5c296af054cc71d20bd)
* SERVER-13379 Canonicalize logpath as systemLog.destination and systemLog.pathShaun Verch2014-03-282-8/+51
| | | | (cherry picked from commit 064fcf3fec061e0f3493f813016ee96a3668d14d)
* SERVER-13379 Canonicalize verbose and v options as systemLog.verbosityShaun Verch2014-03-284-48/+179
| | | | (cherry picked from commit 41d6c151f40d40ef0673bb4e5e28d8e9c15e3cc0)
* SERVER-13379 Canonicalize nounixsocket as net.unixDomainSocket.enabledShaun Verch2014-03-283-6/+59
| | | | (cherry picked from commit 9f0e88d0a4c00c125ce52d3954503dd1c91eae7c)
* SERVER-13379 Canonicalize noprealloc as storage.preallocDataFilesShaun Verch2014-03-283-4/+78
| | | | (cherry picked from commit c5f52ad447f5ae0c1c577c270bff91c5af0d3436)
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-285-75/+187
| | | | (cherry picked from commit 0a6b69f8b24b474749f5d4227d64ccb034229739)
* SERVER-13379 Canonicalize auth and noauth as security.authenticationShaun Verch2014-03-283-10/+104
| | | | (cherry picked from commit cbdf562d57b8419aaea83c26effbba14652ea7b3)
* SERVER-13379 Do not mark Environment as valid before canonicalization is ↵Shaun Verch2014-03-281-1/+7
| | | | | | done in mongos (cherry picked from commit 9265798fae9f784bff50755260c9536e15ceb7d7)
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-288-15/+185
| | | | (cherry picked from commit 086c91313022d75c4ba6a8ee4655c61c84ed2590)
* SERVER-13394 Fix typo in jValue validation error message in WriteConcern ↵Kamran Khan2014-03-281-1/+1
| | | | | | | constructor Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> (cherry picked from commit e4c7d8dec2ddd172ad788483846dcf8e670581a5)