summaryrefslogtreecommitdiff
path: root/src/conn/conn_cache_pool.c
AgeCommit message (Expand)Author
2014-10-04We don't yet need anything other than single-byte versions of theKeith Bostic
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-11Fixup cache pool reconfigure now that options are being folded together.Alex Gorrod
2014-09-10Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic
2014-09-09Fix a bug in the shared cache implementation.Alex Gorrod
2014-09-03Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care ofSusan LoVerso
2014-08-29Coverity #1129036 thinks we can get out of this code without unlockingKeith Bostic
2014-08-29Fix uninitialized variable warning:Alex Gorrod
2014-08-29Fix some bugs in shared cache:Alex Gorrod
2014-08-28Don't ignore error return from WT_SESSION.close.Keith Bostic
2014-08-27Fix session management for shared caches.Alex Gorrod
2014-08-01Mark some internal sessions as not allowed to open data handles. Use this to...Michael Cahill
2014-07-30Create a new routine that creates internal sessions (the old "internal"Keith Bostic
2014-07-03dead assignment ("reserve" never read before being reset).Keith Bostic
2014-07-03dead assignment, read_pressure never read.Keith Bostic
2014-07-02dead assignment, value assigned to reserved never used.Keith Bostic
2014-05-05A somewhat different approach to --enable-verbose: inline __wt_verbose()Keith Bostic
2014-05-05Add --enable-verbose option, disabled by default.Alex Gorrod
2014-03-14Update sharec_cache configuration again.Alex Gorrod
2014-03-12Add upgrade doc for shared_cache config changes.Alex Gorrod
2014-03-12Update shared cache configuration options:Alex Gorrod
2014-02-13Fix logic error when reducing allocation in shared cache code.Alex Gorrod
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-17Shuffle shared cache cleanup code to be clearer..Alex Gorrod
2013-11-16Back out 25a84f1, the lock is being unlocked, I just missed it.Keith Bostic
2013-11-16Coverity: Missing unlock (LOCK)Keith Bostic
2013-11-15CID 1129023 (#1 of 1): Logically dead code (DEADCODE) dead_error_line:Keith Bostic
2013-11-14Don't use condition variables in log code when no-sync is configured.Alex Gorrod
2013-11-12Merge branch 'develop' into fine-grained-durabilityMichael Cahill
2013-11-11lintKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-10-17Only free the hazard array during connection close.Michael Cahill
2013-10-15Merge branch 'develop' into mutex-loggingKeith Bostic
2013-10-14Review %d format usage, fix where it should have been something else.Keith Bostic
2013-10-06Add support for tracking which spinlocks block other spinlocks andKeith Bostic
2013-10-04Move the serialization lock from WT_CONNECTION into WT_BTREE, the btreeKeith Bostic
2013-08-21Fix some clang "dead assignment" warnings.Michael Cahill
2013-05-28Add an explicit enable setting to shared_cache configuration.Alex Gorrod
2013-04-24Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill
2013-04-15whitespace and spelling complaints.Keith Bostic
2013-04-15Be more aggressive about using shared cache resources.Alex Gorrod
2013-03-20Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill
2013-03-15Try harder to cleanup after a failed wiredtiger_open call.Alex Gorrod
2013-02-26Deal with errors during wiredtiger_open if a shared cache is configured.Michael Cahill
2013-02-20typoKeith Bostic
2013-02-16Fix shared cache so that reserve size is always initialized properly.Alex Gorrod
2013-01-18spellingKeith Bostic
2013-01-17Add shared cache option validation to reconfigure.Alex Gorrod