summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Statistics logging of sources only currently supports lsm: and file: URIs.Keith Bostic2014-09-081-3/+3
* typoKeith Bostic2014-09-081-1/+1
* Statistics logging requires a wait time, reference #1172.Keith Bostic2014-09-081-2/+2
* Minor shuffling to turn on more clang warnings:Keith Bostic2014-09-0117-30/+39
* More documentation changes: explicit calls to begin_transaction andKeith Bostic2014-08-281-8/+12
* Coordinate log cursors and log archiving. #1163Susan LoVerso2014-08-271-4/+3
* WiredTiger only has one kind of backup, quit calling it "hot backup".Keith Bostic2014-08-261-7/+7
* Merge develop.Michael Cahill2014-08-2616-32/+32
|\
| * Merge branch 'develop' into log-printfSusan LoVerso2014-08-2515-30/+30
| |\
| | * Fix cleanup of home directories for example code, and fix use of system witho...Michael Cahill2014-08-2515-30/+30
| * | Move step_count back out of conditional. Fix example printing.Susan LoVerso2014-08-251-2/+2
* | | Switch ex_log to the new develop branch's naming for home directories,Keith Bostic2014-08-232-9/+10
* | | Merge branch 'log-printf' into log-printf-docsKeith Bostic2014-08-2317-55/+209
|\ \ \ | |/ /
| * | Merge branch 'develop' into log-printfKeith Bostic2014-08-2317-55/+209
| |\ \ | | |/
| | * We're setting "home" to NULL, and then using it in error messages, whichKeith Bostic2014-08-2315-23/+177
| | * Lint: primarily make sure no WiredTiger call that returns an error valueKeith Bostic2014-08-2316-46/+46
* | | Add more information and examples for the log cursors (a few bug fixes,Keith Bostic2014-08-231-53/+105
|/ /
* | Add log_printf call to ex_log. Plus some fixes for it. #1171Susan LoVerso2014-08-211-3/+6
|/
* Add WT_COLLATOR::customize, allowing collators to be customized for specific ...Michael Cahill2014-08-153-5/+9
* Minor cleanup to the log cursor example.Michael Cahill2014-08-131-3/+2
* Engage brain: applications have to use <group>=(<key>) syntax for nested conf...Michael Cahill2014-08-111-1/+1
* Change ex_all.c to match grouping of eviction settings.Michael Cahill2014-08-111-1/+1
* Fix a bug in new eviction thread parsing.Alex Gorrod2014-08-111-2/+2
* Return EBUSY if no async handles available and fix ex_async to look for it. #...Susan LoVerso2014-08-051-2/+9
* Uninitialized variable, thanks, Jenkins!Keith Bostic2014-08-051-0/+2
* Review/edit the new asynchronous doc page, lots of randomKeith Bostic2014-08-051-81/+97
* Add a section to docs for async operations. #1139Susan LoVerso2014-08-041-4/+4
* ex_log.c:227:2: error: implicit declaration of function 'system'Keith Bostic2014-08-011-0/+1
* Visit all log record headers (including commits) at step zero.Michael Cahill2014-08-011-1/+1
* Remove use of prev_txnid from examples.Susan LoVerso2014-07-311-4/+3
* Make step-mode cursors the only log cursor type. #1106Susan LoVerso2014-07-311-79/+17
* Add a few comments about the saved LSN.Susan LoVerso2014-07-311-0/+15
* Turn off archiving and close/reopen the connection so we see other types of l...Susan LoVerso2014-07-301-2/+16
* Add cursor log documentation. Minor example code changes for docSusan LoVerso2014-07-301-15/+16
* Add replay and verification code to example. #1106Susan LoVerso2014-07-301-8/+112
* Clean up example. Add a couple comments.Susan LoVerso2014-07-301-24/+20
* Minor code movement.Susan LoVerso2014-07-291-1/+1
* Add fileid to value format. #1106Susan LoVerso2014-07-291-12/+14
* Merge branch 'develop' into log-cursorSusan LoVerso2014-07-291-0/+19
|\
| * Flesh out the eviction tuning wording, document eviction_workersKeith Bostic2014-07-291-0/+19
* | Return real operation key/value information in step cursor. #1106Susan LoVerso2014-07-291-14/+20
* | Fix warningSusan LoVerso2014-07-291-1/+0
* | Clean up and fix warnings.Susan LoVerso2014-07-291-9/+9
* | Change the content of the value returned to include optype, andSusan LoVerso2014-07-291-27/+45
* | Rename iterator->step. Remove txnid from key. #1106Susan LoVerso2014-07-281-15/+12
* | Fix warning.Susan LoVerso2014-07-241-0/+2
* | Fix label warning.Susan LoVerso2014-07-241-2/+0
* | Fix return value warning.Susan LoVerso2014-07-241-2/+4
* | Add ex_log.c example. Don't spell-check key formats. #1106Susan LoVerso2014-07-242-0/+194
|/
* Move connection config out to a macro.Susan LoVerso2014-07-171-3/+3