summaryrefslogtreecommitdiff
path: root/src/lsm/lsm_cursor_bulk.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-283 Add WT_SESSION::alter method (#3177)sueloverso2016-12-151-1/+1
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-1/+1
* WT-2403 Add next_random to LSM cursors (#2887)David Hows2016-10-141-9/+7
* WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-1/+1
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-147 Shift the undocumented bulk=unordered into file cursors.Alex Gorrod2015-09-031-14/+1
* Update LSM bulk cursor open to switch chunks inline.Alex Gorrod2015-08-281-9/+9
* WT-147 Add undocumented bulk=unordered for LSM cursors.Alex Gorrod2015-08-261-1/+14
* Minor code refactor per Michael's suggstion. WT-1947Susan LoVerso2015-05-271-6/+8
* Calculate a merge generation for bulk loaded LSM chunks.Alex Gorrod2015-05-271-2/+17
* Ensure the metadata is flushed when closing an LSM bulk cursor.Alex Gorrod2015-05-111-0/+15
* whitespaceKeith Bostic2015-05-081-1/+0
* When completing an LSM bulk load, just mark the chunk on disk: don't wait to ...Michael Cahill2015-05-081-5/+1
* Some cleanup for LSM bulk loads: make the error message for non-empty trees m...Michael Cahill2015-05-081-5/+4
* Add support for bulk load in LSM trees.Alex Gorrod2015-05-071-0/+121