summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-19Cut WiredTiger release 1.6.61.6.6Alex Gorrod
2013-11-19Add upgrade documentation for WT_EVENT_HANDLER changes.Alex Gorrod
2013-11-18We backed out the change to rename "allocation_size" in 1.6.6, back outKeith Bostic
2013-11-17Merge pull request #767 from wiredtiger/session-size-allocMichael Cahill
2013-11-18Fix lsm_chunk_count statistic.Alex Gorrod
2013-11-17Create a cache of WT_SIZE structures in the WT_SESSION_IMPL handle soKeith Bostic
2013-11-17There's another path where we allocate while holding the block manager'sKeith Bostic
2013-11-17Merge pull request #765 from wiredtiger/session-ext-allocMichael Cahill
2013-11-17Fix spellingKeith Bostic
2013-11-17Update the test suite to match the statistics name changes.Keith Bostic
2013-11-17Move the cache of WT_EXT structures into the WT_SESSION_IMPL handle soKeith Bostic
2013-11-17Rename block manager statistics with "block manager" prefix so they sortKeith Bostic
2013-11-17Spell rejects both "un-truncated" or "untruncated", who knew?Keith Bostic
2013-11-17Shuffle shared cache cleanup code to be clearer..Alex Gorrod
2013-11-17Tidy error path in LSM truncation.Alex Gorrod
2013-11-17Tidy error handling in bloom code.Alex Gorrod
2013-11-16enum don't need forward declarations.Keith Bostic
2013-11-16There's no need to initialize extp to NULL, it gets set in either path,Keith Bostic
2013-11-16Back out 25a84f1, the lock is being unlocked, I just missed it.Keith Bostic
2013-11-16Should never happen, but lint points out session can theoretically beKeith Bostic
2013-11-16Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic
2013-11-16Coverity: Dereference after null check (FORWARD_NULL)Keith Bostic
2013-11-16bt_huffman.c:310:22: error: 'lineno' may be used uninitialized in thisKeith Bostic
2013-11-16Changed my mind -- don't lock/unlock, use a barrier (the same way we do inKeith Bostic
2013-11-16Coverity: Missing unlock (LOCK)Keith Bostic
2013-11-16Don't do any work unless verbose/evictserver is actually configured.Keith Bostic
2013-11-16updateKeith Bostic
2013-11-16Publish the clear of the checkpointing flag (the eviction server mayKeith Bostic
2013-11-16Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Keith Bostic
2013-11-16Coverity: Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Forgot to initialize the address, otherwise we could use uninitializedKeith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-16Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic
2013-11-16Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic
2013-11-16Coverity: Dereference before null check (REVERSE_INULL)Keith Bostic
2013-11-15-Werror=maybe-uninitializedKeith Bostic
2013-11-15-Werror=maybe-uninitialized -- now that config_assign can fail, theKeith Bostic
2013-11-15Coverity: Double lock (LOCK)Keith Bostic
2013-11-15Cleanup up a set of allocations that were never checked for failure.Keith Bostic
2013-11-15Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-15Coverity: Resource leak (RESOURCE_LEAK)Keith Bostic
2013-11-15Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic
2013-11-15Totally missed the other use of "child", fix it up.Keith Bostic