summaryrefslogtreecommitdiff
path: root/src/lsm
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2287 from wiredtiger/wt-2196-keithKeith Bostic2016-01-111-4/+1
* Merge pull request #2286 from wiredtiger/WT-2196-size-stat-lsmMichael Cahill2016-01-111-1/+4
* Merge pull request #2331 from wiredtiger/WT-2237Alex Gorrod2015-12-021-2/+2
* Backport merge fixups.Michael Cahill2015-09-301-4/+4
* WT-2112: Boolean conversion pass over include.Michael Cahill2015-09-301-1/+1
* WT-2112 Use bool in more placesMichael Cahill2015-09-298-139/+142
* WT-2122 Convert more expressions to use boolMichael Cahill2015-09-293-14/+14
* Merge pull request #2209 from wiredtiger/more-bool-keithMichael Cahill2015-09-295-25/+25
* WT-2093 Use the C99 bool type to clarify when functions return true/falseMichael Cahill2015-09-281-4/+4
* WT-2104 KNF in 3.0 unrelated to log_flush changes.Susan LoVerso2015-09-161-1/+0
* Merge pull request #2112 from wiredtiger/wt-2025-inline-atomic-functionsMichael Cahill2015-08-195-26/+29
* Merge pull request #2119 from wiredtiger/tailq-simplifysueloverso2015-08-141-10/+4
* Cleanup, fix LSM cursor assertion order.Michael Cahill2015-08-041-1/+3
* Merge pull request #2088 from wiredtiger/rand-strict-aliasDavid Hows2015-08-041-1/+1
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-043-6/+6
* Merge pull request #2071 from wiredtiger/page-refp-cleanupMichael Cahill2015-08-041-2/+3
* lsm/lsm_cursor.c: return after a jump to the error label or a jump toKeith Bostic2015-08-031-1/+1
* WT-1924 Ensure the metadata is flushed when closing an LSM bulk cursor.Alex Gorrod2015-07-033-6/+26
* WT-1922 Add support for bulk load in LSM trees. Also referencesAlex Gorrod2015-07-032-30/+190
* WT-1907 Add a "soft update" of the oldest ID from application threads in case...Michael Cahill2015-06-291-1/+1
* SERVER-17078 Add a "statistics=(size)" mode to statistics cursors that just g...Michael Cahill2015-06-291-3/+4
* Hold the schema and handle list locks while LSM is discarding a chunk.Michael Cahill2015-05-261-3/+20
* Merge pull request #1894 from wiredtiger/tree-discard-backgroundMichael Cahill2015-04-271-1/+1
* If a file is marked cache-resident, it can never be evicted,Keith Bostic2015-04-271-1/+1
* src/lsm/lsm_cursor.c:666:5: error: 'locked' may be used uninitialized inMichael Cahill2015-04-261-1/+2
* If an LSM search-near operation lands on a deleted item, make a copy of the k...Michael Cahill2015-04-251-7/+21
* Fix a bug in LSM where updates with overwrite could be skipped.Alex Gorrod2015-04-251-4/+12
* Use beginthreadex, and ensure we use the correct C calling conventions in all...Mark Benvenuto2015-03-252-6/+6
* Do basic sanity checking on the "bloom_config" configuration string.Keith Bostic2015-03-121-0/+2
* Merge pull request #1738 from wiredtiger/config-case-sensitivityMichael Cahill2015-03-121-1/+1
|\
| * Remove pockets of case-sensitivity for configuration strings.Keith Bostic2015-03-091-1/+1
* | More lint/changes for #1740, switch WT_CONNECTION.stat_usecs,Keith Bostic2015-03-102-7/+7
|/
* Don't allow LSM bloom create to block waiting for space in the cache.Alex Gorrod2015-03-051-10/+8
* whitespaceKeith Bostic2015-02-261-1/+1
* Add some paranoia to LSM around transaction checks: make sure we have allocat...Michael Cahill2015-02-261-7/+17
* Don't call wiredtiger_strerror, it's not thread safe.Keith Bostic2015-02-181-1/+2
* Ignore unexpected information in the metadata entry, the metadata entryKeith Bostic2015-02-121-4/+5
* Revert half of 108c7e5, leave the simplification where we don't have toKeith Bostic2015-02-111-7/+9
* CID 47823 At condition chunk != NULL, the value of chunk cannot be NULL.Keith Bostic2015-02-111-11/+7
* CID 44223: __cursor_leave() can't return an error, which meansKeith Bostic2015-02-111-13/+11
* WT_LSM_TREE.chunk_count_limit is now a uint32_t, cast when readingKeith Bostic2015-02-101-1/+1
* Fix lint in LSM tree.Alex Gorrod2015-02-102-2/+2
* Allow size-limited LSM trees to have Bloom filters, based on the normal confi...Michael Cahill2015-02-102-6/+13
* Re-enable the global setting to disable LSM merges.Michael Cahill2015-02-101-2/+3
* Merge branch 'develop' into lsm-chunk-limitAlex Gorrod2015-02-101-2/+6
|\
| * Fix a bug when re-opening an LSM tree.Alex Gorrod2015-02-101-2/+6
* | Merge branch 'develop' into lsm-chunk-limitMichael Cahill2015-02-101-7/+18
|\ \ | |/
| * Ensure variables are initialized each time through the loop.Alex Gorrod2015-02-101-1/+3
| * Fix a bug in LSM cursor open.Alex Gorrod2015-02-101-7/+16
* | Don't do LSM merge throttling if merges are disabled.Alex Gorrod2015-02-101-6/+10