summaryrefslogtreecommitdiff
path: root/src/mongo/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-15882 Route inserts to system.indexes through the createIndexes comman...Andy Schwerin2014-11-054-88/+137
* initialize member variableEric Milkie2014-11-051-18/+20
* SERVER-15971 wiredtiger options should not precede general optionsMatt Kangas2014-11-051-1/+1
* SERVER-15971 fix mongod --help format when wiredtiger enabledMatt Kangas2014-11-052-14/+0
* Revert "SERVER-13635: fix rollback of collection create in kv engine"Mathias Stearn2014-11-051-1/+0
* SERVER-15970 --durOptions was not workingEric Milkie2014-11-051-2/+2
* SERVER-15954: MongoDB 2.7.8 fails to compile on FreeBSD 10Mark Benvenuto2014-11-052-3/+3
* SERVER-15935 Check return value of setFollowerMode everywhereSpencer T Brody2014-11-053-3/+13
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-0524-0/+5057
* SERVER-15695 fix and re-enable rollback_too_new.js + slight unittest enhancementmatt dannenberg2014-11-051-2/+3
* SERVER-15882 Remove dead index creation/deletion operations from AuthzManager...Andy Schwerin2014-11-047-142/+0
* SERVER-15165 Check invariant before early returnMathias Stearn2014-11-041-3/+2
* SERVER-13951 Remove ROLLBACK_ENABLED flagMathias Stearn2014-11-041-23/+0
* SERVER-15165 Don't error out when passed 0 len to writtingPtrMathias Stearn2014-11-041-1/+3
* SERVER-14483 Unit test awaitReplication behavior across reconfigmatt dannenberg2014-11-043-14/+256
* SERVER-15557 warn if we detect configurations for multiple storage enginesBenety Goh2014-11-046-0/+37
* SERVER-15948 Update tests to new definition of isOplogMathias Stearn2014-11-041-2/+2
* Revert "SERVER-15905 Ensure Initial Sync uses the same source when fetching o...Spencer T Brody2014-11-043-7/+12
* SERVER-15780: move client init before opCtxScott Hernandez2014-11-047-8/+11
* SERVER-15948 add missing filesMathias Stearn2014-11-042-0/+132
* SERVER-15665 MMAP v1 requests yields during page faults via NEED_FETCHDavid Storch2014-11-0455-120/+707
* SERVER-15948 Fast OplogStart impl for RSs supporting arbitrary DiskLocsMathias Stearn2014-11-0412-38/+153
* SERVER-15892: catch WriteConflictException in findAndModifyEliot Horowitz2014-11-041-20/+35
* SERVER-14860: fix multi-index build transactionality around setIndexIsMultikeyEliot Horowitz2014-11-044-1/+23
* SERVER-14425: fix WriteConflictException handling in multi-updateEliot Horowitz2014-11-041-1/+3
* SERVER-15951 CollectionLock should check entire lock heirarchy, not just DB lockEric Milkie2014-11-041-2/+1
* SERVER-15949:add diagnostics to network executorScott Hernandez2014-11-046-4/+65
* SERVER-15780 more/improve thread namingScott Hernandez2014-11-046-41/+20
* SERVER-15921 Check for lock state in kv catalogJohn Esmet2014-11-041-5/+5
* SERVER-7596 Make authSchemaVersion 28Final if no user docsAndreas Nilsson2014-11-041-6/+1
* SERVER-15541 Clean up some usages of WriteUnitOfWorkJason Rassi2014-11-0410-50/+27
* SERVER-14860 allow bg index builds on secondaries with doc-level-locking sto...Eric Milkie2014-11-042-15/+33
* SERVER-14462 Fix compile break on Linux 32-bitKaloian Manassiev2014-11-041-5/+5
* SERVER-15696 don't drop filters while creating a SORT_MERGE planDavid Storch2014-11-042-0/+25
* SERVER-15932 Fix build break of rocks storage enginesdong2014-11-041-0/+13
* SERVER-14462 Make db.currentOp report currently held locks from Lock ManagerKaloian Manassiev2014-11-0313-274/+245
* Revert "SERVER-14462 Make db.currentOp report the currently held locks from t...Kaloian Manassiev2014-11-0313-245/+274
* SERVER-13635 disallow NULL entries in KVDatabaseCatalogEntry::_collectionsBenety Goh2014-11-031-2/+3
* SERVER-14462 Make db.currentOp report the currently held locks from the Lock ...Kaloian Manassiev2014-11-0313-274/+245
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-033-7/+5
* Revert "SERVER-15557 disallow setting of configuration options for non-active...Dan Pasette2014-11-036-37/+0
* SERVER-15905 Ensure Initial Sync uses the same source when fetching oplog and...Spencer T Brody2014-11-033-12/+7
* SERVER-10670 Add missed status return value check from initializeUserPrivileg...Stephen Lin2014-11-031-0/+4
* SERVER-15915 Make isself check block until we're listening for incoming netwo...Spencer T Brody2014-11-031-3/+4
* SERVER-15888: fix profiling inf. loop when can't profileEliot Horowitz2014-11-031-0/+4
* SERVER-14425: rename DeadLockException to WriteConflictExceptionEliot Horowitz2014-11-034-18/+23
* SERVER-14462 Get rid of LockState::reportState since it is a noop todayKaloian Manassiev2014-11-036-50/+17
* SERVER-15910 Do not call unlock after a LOCK_DEADLOCK error on the flush lockKaloian Manassiev2014-11-033-6/+4
* SERVER-15880 MMAP V1 should not create DB under the catalog mutexKaloian Manassiev2014-11-032-9/+24
* SERVER-15557 disallow setting of configuration options for non-active storage...Benety Goh2014-11-036-0/+37