summaryrefslogtreecommitdiff
path: root/dist/log_data.py
Commit message (Collapse)AuthorAgeFilesLines
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
|
* Make generated record and op types public.Susan LoVerso2014-07-291-12/+15
|
* Switch log_printf to use a log record in the same format as transactional ↵Michael Cahill2013-11-211-3/+3
| | | | | | operations, update "wt printlog" to print all log record types. refs #605
* Fixes based on Sue's review feedback.Michael Cahill2013-11-121-3/+11
|
* Check Python scripts for 80 column line wrapping, fix violations.Michael Cahill2013-11-051-31/+32
|
* Treat database-wide checkpoints differently to file syncs. For ↵Michael Cahill2013-09-141-1/+2
| | | | database-wide checkpoints, we need to log the snapshot so we can work out which log records to apply during recovery.
* Fixes from Sue's initial review:Michael Cahill2013-09-141-1/+1
| | | | | | | | 1. log.h has WT_LOGREC_INVALID defined twice. 2. In txn_recover.c in __wt_txn_recover, the comment about LOGSCAN_RECOVER is no longer valid and should be able to pass that in and the correct truncation should happen.
* Add logging and recovery of file truncates.Michael Cahill2013-08-301-0/+5
|
* Scan through files before the main recovery loop, gathering checkpoint LSNs ↵Michael Cahill2013-08-291-5/+5
| | | | and file IDs.
* Save LSNs in files during checkpoint.Michael Cahill2013-08-261-0/+1
|
* Update dist/log.py to generate code to read and write log records.Michael Cahill2013-08-131-3/+37
| | | | | --HG-- rename : src/log/log_desc.c => src/log/log_auto.c
* Add the beginnings of a log manager.Michael Cahill2011-03-161-0/+10
--HG-- rename : src/utilities/util_dump.c => src/utilities/util_printlog.c