summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Fix custom collators with LSM (and other non-btree sources): don't assume the...Michael Cahill2014-11-101-2/+2
* Custom-extractor lint, whitespace, reference #1215.Keith Bostic2014-11-041-10/+8
* Implement @agorrod's review comments, add a check that custom extractors don'...Michael Cahill2014-11-041-13/+17
* Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-292-2/+10
|\
| * Grammar fix.Keith Bostic2014-10-271-1/+2
| * Fix transaction ID logic (again), add session method entry / exit, add a docu...Michael Cahill2014-10-271-0/+8
| * whitespaceKeith Bostic2014-10-241-2/+1
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-222-2/+2
|\ \ | |/
| * Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204.Keith Bostic2014-10-172-2/+2
* | Fix the extractor example, remove a debugging message.Michael Cahill2014-10-171-1/+0
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-176-0/+31
|\ \ | |/
| * Port all examples, most tests, and wtperf to WindowsMark Benvenuto2014-10-166-0/+31
* | Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* | Merge branch 'develop' into custom-extractorsMichael Cahill2014-10-169-0/+2897
|\ \ | |/
| * Java examples to match similarly named examples from C.Don Anderson2014-10-069-0/+2897
| * Don't assign WT_ITEMs in example code, some WT_ITEM fields are private.Keith Bostic2014-09-201-3/+3
* | More implementation of custom extractors: pass the number of columns calculat...Michael Cahill2014-10-101-2/+2
* | More implementation of the custom extractor API. Still working on generating...Michael Cahill2014-10-092-3/+8
* | Fix bug setting extractor key to year. Add debug and remove support.Susan LoVerso2014-10-081-2/+45
* | Simplify the custom extractor API so that:Michael Cahill2014-10-072-77/+21
* | Flesh out extractor example program.Susan LoVerso2014-09-231-23/+104
* | Add more to extractor example.Susan LoVerso2014-09-221-7/+46
* | Add example of how to use custom extractor.Alex Gorrod2014-09-222-0/+153
* | Add an API for multi-key index extractors.Michael Cahill2014-09-111-3/+4
|/
* 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