summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1454 from wiredtiger/overflow-relaxMichael Cahill2014-12-153-73/+14
|\
| * Fix the example, missing comma.Keith Bostic2014-12-101-1/+1
| * Add an example a large leaf-page value overflow configKeith Bostic2014-12-101-0/+7
| * Separate the btree maximum key/value sizes from the underlying pageKeith Bostic2014-12-093-73/+7
* | Old-style function declaration.Keith Bostic2014-12-121-1/+1
|/
* Clean up the clean up.Keith Bostic2014-12-041-1/+1
* Fix accidental commit of ex_log.c.Susan LoVerso2014-12-021-25/+1
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-1/+25
* Merge branch 'develop' into log-recycleSusan LoVerso2014-12-011-0/+1
|\
| * fix ex_stat compilation on WindowsMark Benvenuto2014-11-261-0/+1
* | Pre-allocate logs into a temporary file to avoid racing. #1373Susan LoVerso2014-11-261-2/+1
|/
* Don't divide by 0 if the file is 0 bytes.Keith Bostic2014-11-221-3/+5
* whitespaceKeith Bostic2014-11-201-5/+5
* ex_backup.c:58:29: error: unused parameter 'session'Michael Cahill2014-11-191-3/+3
* Merge pull request #1370 from wiredtiger/incremental-backupMichael Cahill2014-11-193-1/+327
|\
| * Review comments. #1183Susan LoVerso2014-11-182-8/+12
| * Update backup documentation. #1183Susan LoVerso2014-11-141-1/+13
| * Lint.Susan LoVerso2014-11-141-0/+1
| * Add restriction and error checking for having run recovery. UpdateSusan LoVerso2014-11-141-26/+114
| * Remove debugging remnant.Susan LoVerso2014-11-131-3/+0
| * Lint.Susan LoVerso2014-11-131-1/+2
| * Changes to allow recovery to be run between incremental backups. #1183Susan LoVerso2014-11-132-0/+223
* | Remove whitespace.Alex Gorrod2014-11-181-1/+0
* | Add support for immutable indices.Alex Gorrod2014-11-182-0/+24
|/
* 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