summaryrefslogtreecommitdiff
path: root/db/dur_recover.cpp
Commit message (Expand)AuthorAgeFilesLines
* cant destroy complex global variables at shutdown 180?dwight2011-03-011-4/+6
* fix invalid 'unexpected file in journal directory' error message.dwight2011-03-011-6/+7
* log a little moreDwight2011-02-071-0/+4
* elim compile warningdwight2011-02-041-1/+1
* preallocate journal files. some file systems are quite slow otherwise.dwight2011-02-041-2/+10
* log lessdwight2011-02-021-1/+4
* fixes for new groupCommitMutexdwight2011-01-221-0/+8
* fix a problem with _DEBUG builds only.dwight2011-01-161-1/+1
* SERVER-2320 finish lsn some code was missingdwight2011-01-091-5/+4
* astyleEliot Horowitz2011-01-051-4/+4
* Recovery uses mmaped files againMathias Stearn2011-01-041-48/+46
* recoveryJob now knows if doing recovery or WRITETODATAFILESMathias Stearn2011-01-041-3/+5
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-84/+82
* commentDwight2011-01-031-0/+3
* writev can't write to different offsetsMathias Stearn2010-12-281-1/+0
* Don't compute md5 in WRITETODATAFILES passMathias Stearn2010-12-261-9/+11
* Use File::len()Mathias Stearn2010-12-221-7/+1
* Use File::write() rather than mmap in RecoveryJob. This is 20% faster on linuxMathias Stearn2010-12-221-13/+23
* skip switch if < OpCode_Min (faster)Mathias Stearn2010-12-211-37/+39
* Too chattyMathias Stearn2010-12-211-2/+0
* make it possible to avoid replaying durOpsMathias Stearn2010-12-211-6/+11
* lock around critical sections of RecoverJobMathias Stearn2010-12-211-1/+8
* static instance of RecoveryJobMathias Stearn2010-12-211-2/+4
* move RecoveryJob out to header fileMathias Stearn2010-12-211-30/+1
* dur try to elegantly handle ctrl c during recoverydwight2010-12-211-5/+16
* more on seq numsdwight2010-12-211-6/+6
* dur sequence numbers to speed recoverydwight2010-12-201-0/+14
* Refactor recovery code to pull out section processing.Mathias Stearn2010-12-201-39/+40
* missing wordMathias Stearn2010-12-201-1/+1
* Use normal loop style rather than while(1) + breakMathias Stearn2010-12-201-10/+4
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-38/+8
* bufreader is a utildwight2010-12-191-1/+1
* dur tiny optimizationdwight2010-12-191-1/+5
* dur optimize writing to the oplog for durabilitydwight2010-12-191-73/+114
* dur optimizing seeting context to local database as that will be super common...dwight2010-12-171-12/+29
* Remove support for non-checksummed journal fileMathias Stearn2010-12-151-2/+1
* Correct handling of dbname pointer in journal recoveryMathias Stearn2010-12-151-18/+9
* Revert "Revert "str stuff""dwight2010-12-151-4/+11
* Revert "str stuff"dwight2010-12-151-11/+4
* str stuffdwight2010-12-151-4/+11
* use relative paths in the journaldwight2010-12-141-2/+4
* rename --durTrace to --durOptionsMathias Stearn2010-12-131-6/+6
* eliminate the _DURABLE preprocessor definedwight2010-12-131-3/+0
* dur drop database handlingdwight2010-12-121-0/+5
* work around a header include dependency issue; plus misc cleaningdwight2010-12-121-13/+0
* Add an md5sum to each journal commit and check it on restoreMathias Stearn2010-12-101-8/+21
* remove some tabsMathias Stearn2010-12-081-4/+4
* better namesMathias Stearn2010-12-071-9/+9
* no need to repeat namespaceMathias Stearn2010-12-071-1/+1
* dur fix an intent in dbtests and some other diag stuffDwight2010-12-061-1/+1