summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-16454 do not run replset/index_restart_secondary.js on 32-bit buildersmatt dannenberg2014-12-121-49/+53
* SERVER-16196 Port CountDownLatch to v8-3.25David Percy2014-12-122-22/+114
* SERVER-16532 enable transaction log compression for WiredTigerDan Pasette2014-12-121-1/+1
* SERVER-14070 fix planner_analysis_test compile on OS XDavid Storch2014-12-121-1/+1
* SERVER-16068 add namespace to explain outputDavid Storch2014-12-122-5/+7
* SERVER-14070 sort analysis computes additional sort orders provided by an ind...David Storch2014-12-123-3/+81
* Import wiredtiger-wiredtiger-2.8-rc2-171-g378f727.tar.gz from wiredtiger bran...Matt Kangas2014-12-1288-2638/+3624
* SERVER-16445 Do not count idle connections as readsKaloian Manassiev2014-12-121-15/+9
* SERVER-16528: disable index_bigkeys_nofail for passthroughScott Hernandez2014-12-121-0/+1
* remove replCoord field from replSetGetStatusScott Hernandez2014-12-122-16/+0
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-1218-119/+104
* SERVER-16507: fix duplicate assert numberScott Hernandez2014-12-121-1/+1
* SERVER-15622: check parents in dotted paths during validationScott Hernandez2014-12-122-1/+31
* SERVER-16429: assert if locking not correct during oplog applicationScott Hernandez2014-12-121-2/+9
* SERVER-16507: lock X before truncating oplogScott Hernandez2014-12-121-2/+4
* SERVER-16497: Fix minor test case nitsGeert Bosch2014-12-111-18/+21
* SERVER-16497: Allow suppressing KeyTooLong errors in foreground index buildGeert Bosch2014-12-114-18/+43
* SERVER-16428 Recovery units should not know about OpCtxKaloian Manassiev2014-12-1113-29/+21
* Do not run the LockMgr perf unit-tests on debug buildsKaloian Manassiev2014-12-111-0/+7
* SERVER-16511 improve stability of multiVersion/w_majority_change.jsmatt dannenberg2014-12-111-0/+2
* SERVER-16509 remove slow2/replsets_prefetch_stress.jsmatt dannenberg2014-12-111-37/+0
* SERVER-16220 prevent arbiters from warning about most recently applied optime...matt dannenberg2014-12-112-11/+17
* SERVER-16111 improve styleEric Milkie2014-12-112-69/+79
* SERVER-16508 Add tests for mixed version/storage engine replica sets.Charlie Swanson2014-12-112-0/+601
* SERVER-16499 Fix sh.getBalancerLockDetailsDavid Hows2014-12-112-7/+7
* SERVER-16273 createIndex is not sent to shards with no chunk for nsRandolph Tan2014-12-112-3/+42
* SERVER-15744 Implement oplogHack for RocksIgor Canadi2014-12-116-21/+519
* SERVER-16503 take correct lock for index builds during replication apply opsEric Milkie2014-12-111-9/+10
* SERVER-16481 Replace internalShardingMaxSplitPointsPerOperationRandolph Tan2014-12-111-10/+6
* TOOLS-494: fix restorewithauth.js and TOOLS-497: fix dumprestore_auth.jsSam Helman2014-12-112-27/+79
* SERVER-16455 do not start election while in hbreconfig stateEric Milkie2014-12-112-1/+93
* TOOLS-450 Revert restorewithauth.jsMatt Kangas2014-12-101-78/+28
* SERVER-16500 Change the meaning of getReplicationMode() to be constant after ...Andy Schwerin2014-12-1015-105/+103
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-1017-66/+81
* SERVER-16458 Add lock manager perf tests to dbtests perfdalyd2014-12-101-0/+122
* SERVER-15743 Fixed size_t overflow in SaslClientSession::setParameterRobert Guo2014-12-101-0/+2
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-1017-81/+66
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-1022-108/+165
* TOOLS-450 some dumprestore js tests query system.indexes or system.namespaces...Sam Helman2014-12-106-73/+164
* SERVER-16485 properly clear progress meter on failed index buildsEric Milkie2014-12-103-10/+11
* SERVER-16490 do not reset connection outside of bgsync threadEric Milkie2014-12-101-1/+0
* SERVER-16394 Fix JSThreadConfig leakDavid Percy2014-12-104-105/+161
* SERVER-16429 Add ScopedTransaction to AutoGetCollectionForRead and Map-reduceKaloian Manassiev2014-12-093-5/+8
* SERVER-16482 Do not look further in the conflict queue if X lock was just gra...Kaloian Manassiev2014-12-091-2/+20
* SERVER-16469 findAndModify runImpl(): set limit of -1 on queryJason Rassi2014-12-092-1/+51
* SERVER-16469 findAndModify runImpl(): improve error reportingJason Rassi2014-12-091-1/+17
* SERVER-15539: Properly save/restore state when yielding in M/RGeert Bosch2014-12-092-0/+59
* SERVER-16086 Should not open the Unix Domain Socket if the chmod failsdaveh862014-12-091-5/+7
* SERVER-15043 Don't log about rollbacks at default log levelMathias Stearn2014-12-091-5/+3
* SERVER-16478 Remove unused List1 classAndrew Morrow2014-12-094-179/+0