summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/record_store_v1_simple_iterator.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-171-8/+10
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-12/+12
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-21057: Undo MMAPv1 invalidations on rollbackGeert Bosch2015-10-231-1/+5
|
* SERVER-19708: Move RecordCursor::seekExact to derived SeekableRecordStore classGeert Bosch2015-08-281-1/+1
|
* SERVER-17364 Don't stash RecoveryUnits across getMoresMathias Stearn2015-07-161-5/+2
| | | | | | | We now tell PlanExecutors to detach from their OperationContexts and to shed all storage engine resources before stashing the ClientCursor. This is a heavier weight operation than a normal save/restoreState which is no longer allowed to change the OperationContext.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-81/+75
|
* SERVER-16444 New API for navigating RecordStoresMathias Stearn2015-06-091-52/+52
|
* SERVER-13679 Make RecordId and DiskLoc separate typesMathias Stearn2014-12-081-8/+11
|
* SERVER-15187 Add OperationContext parameter to restoreStateDavid Percy2014-09-161-1/+2
| | | | | | | | | | | Storage engines might need the current OperationContext to restore their state. For example, BDBRecordIterator needs access to the current underlying transaction to recreate an underlying cursor. Having the BDBRecordIterator save a pointer to the OperationContext it was created with won't work, because the OperationContext is destroyed and a new one created between saveState and restoreState.
* SERVER-13635: OperationContext on read pathsEliot Horowitz2014-08-251-1/+1
|
* SERVER-14633 rename prepareToYield() and recoverFromYield() to saveState() ↵David Storch2014-07-291-2/+2
| | | | | | and restoreState() Also renames PlanExecutor::getStages() to PlanExecutor::getRootStage()
* SERVER-14413 box mmapv1 further, retire structure directoryHari Khalsa2014-07-111-0/+130