summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into json-loadAlex Gorrod2014-09-1973-1114/+1878
|\
| * Merge pull request #1231 from wiredtiger/lsm-cleanupAlex Gorrod2014-09-1911-165/+213
| |\
| | * Comments, cleanup and fix an error path. #1208Susan LoVerso2014-09-183-13/+22
| | * Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso2014-09-184-28/+39
| | * Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso2014-09-185-38/+48
| | * Check tree's queue length and remove global assertion. #1230Susan LoVerso2014-09-182-3/+12
| | * Tweak the LSM manager aggressive update alg and server trigger. #1230Susan LoVerso2014-09-175-26/+51
| | * Add length tracking and assertions for lsm work queues. #1208 #1230Susan LoVerso2014-09-162-8/+22
| | * Add push/pop macros for the different queues. #1208Susan LoVerso2014-09-161-76/+44
| | * Separate LSM work unit types from flags. #1208Susan LoVerso2014-09-158-43/+45
| * | row-search releases "child" on error, and we were updating "child" toKeith Bostic2014-09-172-51/+49
| * | KNFKeith Bostic2014-09-161-1/+1
| * | __wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic2014-09-1611-83/+34
| * | Fix a salvage bug: if salvaging a variable-length column-store page, andKeith Bostic2014-09-161-42/+77
| * | Typo, final return value was being lost on failure.Keith Bostic2014-09-161-1/+2
| * | Typo, returning 0, not "ret", don't lose the return value on failure.Keith Bostic2014-09-161-1/+1
| * | Don't use '.' as a key name nested structure separator character duringKeith Bostic2014-09-161-16/+12
| * | Fix the separator character error message to complain about the correct key.Keith Bostic2014-09-161-2/+3
| * | Return an error when the configuration merge fails.Keith Bostic2014-09-161-1/+2
| * | Wait for the oldest transaction ID to catch up to current during connection c...Michael Cahill2014-09-161-2/+16
| * | Don't block on the data handle lock while holding the schema lock. If we can...Michael Cahill2014-09-161-4/+15
| |/
| * Merge branch 'develop' into connection-vs-session-cleanupSusan LoVerso2014-09-1522-143/+227
| |\
| | * Set compacting if we don't have a chunk to flush. #1225Susan LoVerso2014-09-151-0/+7
| | * Update LSM compact to avoid a hang.Alex Gorrod2014-09-155-51/+27
| | * Fix a hang in LSM compact. Refs #1225Alex Gorrod2014-09-151-29/+32
| | * Merge pull request #1224 from wiredtiger/random-per-sessionMichael Cahill2014-09-1513-18/+39
| | |\
| | | * Make random number generation be per session in the WiredTiger library,Keith Bostic2014-09-1313-18/+39
| | * | Add a debug routine to print out an address, it helps with salvageKeith Bostic2014-09-142-0/+21
| | * | The error routine we're hitting isn't row-store specific, fix the errorKeith Bostic2014-09-131-2/+2
| | |/
| | * If we're doing raw compression in service of eviction, and haven't foundKeith Bostic2014-09-121-25/+34
| | * Update dist/s_style to check for cases where we jump to the error labelKeith Bostic2014-09-123-4/+6
| | * Coverity #1199717, fix a bug in 7179a227 where the test for a lock wasKeith Bostic2014-09-121-1/+1
| | * WiredTiger has a lot of cascading if/else statements checking for stringKeith Bostic2014-09-121-7/+9
| | * Expand on Alex's ideas: we can return out of the switch statementKeith Bostic2014-09-121-58/+51
| | * wrap lines at 80 columnsKeith Bostic2014-09-121-10/+17
| | * Merge branch 'develop' into cursor-open-optimizationKeith Bostic2014-09-1238-475/+1043
| | |\
| | * | lint.Alex Gorrod2014-09-121-2/+3
| | * | Move cascading string comparisons into a switch statement.Alex Gorrod2014-09-121-33/+75
| * | | Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic2014-09-121-4/+3
| |\ \ \ | | | |/ | | |/|
| | * | typo.Keith Bostic2014-09-121-4/+3
| * | | Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic2014-09-129-65/+186
| |\ \ \ | | |/ /
| | * | Fix build warning:Alex Gorrod2014-09-121-1/+1
| | * | Merge pull request #1213 from wiredtiger/force-allAlex Gorrod2014-09-129-65/+186
| | |\ \
| | | * | Comments and cleanup. #1200Susan LoVerso2014-09-114-20/+51
| | | * | Merge branch 'develop' into force-allSusan LoVerso2014-09-116-20/+40
| | | |\ \
| | | * | | Split flushing versus compacting phases of compact. Cleanup. #1200Susan LoVerso2014-09-113-20/+28
| | | * | | Change transaction ID allocation so that if transactions stop, the last ID be...Michael Cahill2014-09-113-15/+12
| | | * | | Wait for ondisk flag to get set on compact. #1200Susan LoVerso2014-09-102-5/+25
| | | * | | Fix warnings.Susan LoVerso2014-09-101-7/+10
| | | * | | Add flushing stage to compact. Restore COMPACTING check during mergesSusan LoVerso2014-09-104-43/+68