summaryrefslogtreecommitdiff
path: root/src/txn/txn_recover.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-7/+7
* WT-2349 Initial addition of readonly configuration option.Keith Bostic2016-02-171-3/+1
* WT-2349 Add mis-matched configuration test. Fix a problem in recoverySusan LoVerso2016-02-091-0/+14
* WT-2349 Fix readonly issues with logging and recovery.Susan LoVerso2016-02-091-1/+5
* WT-2349 Initial addition of readonly configuration option.Susan LoVerso2016-02-041-1/+7
* WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-3/+3
* WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-10/+9
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2073: review comments, rename __wt_metadata_cursor toKeith Bostic2015-10-201-1/+1
* WT-2167 Switch recovery to using an internal session.Alex Gorrod2015-10-131-2/+2
* WT-2149 Track if the lookaside table is open when starting eviction workers.Michael Cahill2015-10-071-1/+4
* WT-2149 Fix the order of creation of the lookaside table. The lookaside tabl...Michael Cahill2015-10-011-1/+20
* Boolean conversion pass over txn.Keith Bostic2015-09-241-14/+11
* Boolean conversion pass over session.Keith Bostic2015-09-241-1/+1
* WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-221-2/+2
* Merge branch 'develop' into wt-1967-evict-anyKeith Bostic2015-08-271-1/+1
|\
| * Merge branch 'develop' into log-slot-revampSusan LoVerso2015-08-111-1/+1
| |\
| * | WT-2031 Make log compare an inlined function to use local variables soSusan LoVerso2015-08-101-1/+1
* | | Review WiredTiger code base for places where "recno" is set to 0 orKeith Bostic2015-08-261-2/+2
| |/ |/|
* | WT-2037 Only write a checkpoint to the log on close if it wasn'tSusan LoVerso2015-08-101-1/+1
|/
* Merge pull request #1980 from wiredtiger/idle-checkpointsMichael Cahill2015-05-211-5/+12
|\
| * Handle ENOENT from log_scan in callers. WT-1936Susan LoVerso2015-05-191-5/+12
* | Review the rest of the LOG_XXX and SLOT_XXX #defines, prefix with "WT_".Keith Bostic2015-05-181-1/+1
|/
* Add a "WT_" prefix to the many TXN_* macros in use inside WiredTiger.Michael Cahill2015-05-111-4/+4
* Fix a deadlock: don't get the schema lock to close open handles, wrap bulk cu...Michael Cahill2015-04-301-1/+1
* Change LOG_CMP to WT_LOG_CMP. WT-1906Susan LoVerso2015-04-271-1/+1
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-2/+2
* Remove unnecessary error labels, fixing SERVER-17948 along the way.Keith Bostic2015-04-091-12/+10
* Modify log_scan callback args to send in next LSN. #1837Susan LoVerso2015-03-311-1/+3
* Use SCNxxx #defines in sscanf() calls, not PRIxxx.Keith Bostic2015-03-131-2/+5
* whitespaceKeith Bostic2015-02-161-2/+1
* Add recover config setting and use it in the wt command. #1651Susan LoVerso2015-02-121-3/+15
* In recovery, track the maximum file ID in the metadata, regardless of whether...Michael Cahill2015-02-031-4/+4
* Change recovery to start from the checkpoint LSN in the metadata. Don't asse...Michael Cahill2015-01-271-4/+9
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-301-4/+17
* Fix recovery if logging is turned off, changes are made and checkpointed, the...Michael Cahill2014-12-301-5/+4
* Minor cleanup: unused variables, KNF.Michael Cahill2014-12-241-3/+3
* Fix compile warnings as errorsMark Benvenuto2014-12-231-1/+2
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-221-5/+7
|\
| * Fix line wrapping.Michael Cahill2014-10-211-3/+5
| * If the metadata is updated, that update should ignore the running transaction...Michael Cahill2014-10-211-5/+5
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
|/
* Typo in last commit: s/remove/reset(!)Michael Cahill2014-10-141-1/+1
* Close and reset cursors that could prevent eviction during recovery.Michael Cahill2014-10-141-1/+15
* Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic2014-09-121-3/+1
* whitespaceKeith Bostic2014-08-281-2/+1
* Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-261-1/+1
* Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-211-1/+1
* Create a new routine that creates internal sessions (the old "internal"Keith Bostic2014-07-301-1/+1