summaryrefslogtreecommitdiff
path: root/src/session/session_salvage.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Save LSNs in files during checkpoint.Michael Cahill2013-08-261-2/+2
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-1/+1
|\
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-3/+1
* | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-2/+5
|/
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-1/+1
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-24/+24
* We must allocate the WT_SNAPSHOT structure itself if we're going to callKeith Bostic2012-05-231-4/+3
* Fix a memory leak during salvage, need to ensure we free all of theKeith Bostic2012-05-231-1/+1
* session/session_salvage.c 58 Warning 550: Symbol 'ret' (line 18) notKeith Bostic2012-05-151-1/+1
* Move the snapshot code out of the btree engine and up into the sessionKeith Bostic2012-05-141-0/+58