summaryrefslogtreecommitdiff
path: root/src/cursor/cur_log.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into java-examplesDon Anderson2015-01-091-6/+7
|\
| * Cache a maximum of 2MB per session for scratch buffers (configurable via an u...Michael Cahill2015-01-051-6/+6
| * Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* | A log cursor opened with RAW flag fields to be packed.Don Anderson2015-01-091-4/+33
|/
* Don't run recovery if restarting after a checkpoint taken with logging disabled.Michael Cahill2014-12-301-4/+4
* Minor cleanup: unused variables, KNF.Michael Cahill2014-12-241-3/+3
* Fix compile warnings as errorsMark Benvenuto2014-12-231-1/+2
* Most WiredTiger calloc calls are to allocate a single structure,Keith Bostic2014-12-151-3/+3
* Don't allow log cursors to have a readonly config def. #1351Susan LoVerso2014-12-111-2/+0
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-2/+2
* Change read/write locks to no longer track if an exclusive lock wasKeith Bostic2014-10-281-1/+1
* Don't jump out of __curlog_close early, accumulate errors instead.Keith Bostic2014-10-241-3/+3
* STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic2014-10-041-1/+1
* Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto2014-10-021-1/+1
* __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-161-4/+4
* whitespaceKeith Bostic2014-08-281-2/+1
* Coordinate log cursors and log archiving. #1163Susan LoVerso2014-08-271-0/+15
* Fix the size of the value returned when stepping into log records. We skip t...Michael Cahill2014-08-261-3/+3
* Merge develop.Michael Cahill2014-08-261-7/+8
|\
| * Move step_count back out of conditional. Fix example printing.Susan LoVerso2014-08-251-7/+8
* | Log cursors are readonly period.Keith Bostic2014-08-231-1/+1
|/
* Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-211-10/+17
* Fix a bug I introduced into log cursors: use the log record buffer directly, ...Michael Cahill2014-08-011-7/+8
* Minor lint, I don't think there's a need to cast to const.Keith Bostic2014-08-011-2/+2
* __wt_scr_alloc() can fail, check.Keith Bostic2014-08-011-3/+3
* Make lint happier by not converting a size_t to a uint32_t.Keith Bostic2014-08-011-2/+2
* Visit all log record headers (including commits) at step zero.Michael Cahill2014-08-011-18/+16
* Make step-mode cursors the only log cursor type. #1106Susan LoVerso2014-07-311-134/+38
* Clean up example. Add a couple comments.Susan LoVerso2014-07-301-2/+9
* Keep buffers with log cursors until close. This avoids some cases where NULL...Michael Cahill2014-07-301-23/+15
* Add fileid to value format. #1106Susan LoVerso2014-07-291-11/+12
* Return real operation key/value information in step cursor. #1106Susan LoVerso2014-07-291-18/+78
* Clean up and fix warnings.Susan LoVerso2014-07-291-3/+1
* Change the content of the value returned to include optype, andSusan LoVerso2014-07-291-28/+44
* Rename iterator->step. Remove txnid from key. #1106Susan LoVerso2014-07-281-50/+49
* Minor cleanup.Susan LoVerso2014-07-241-3/+3
* Make copy of log record for all log records. #1106.Susan LoVerso2014-07-231-48/+45
* Get compare and search working for log iterator cursors. #1106Susan LoVerso2014-07-231-39/+69
* Add iterator config type to log cursors. #1106Susan LoVerso2014-07-231-7/+156
* Log cursors are explicitly readonly.Susan LoVerso2014-07-211-1/+3
* test/fix curlog_search. #1106Susan LoVerso2014-07-171-1/+1
* Fix set_value function. #1106Susan LoVerso2014-07-151-1/+1
* Fix warning. #1106Susan LoVerso2014-07-151-1/+1
* Fix strings and unused variables. #1106Susan LoVerso2014-07-151-3/+0
* Add log cursors. #1106Susan LoVerso2014-07-151-0/+207