summaryrefslogtreecommitdiff
path: root/src/conn
AgeCommit message (Expand)Author
2014-10-16Include the trailing NUL when copying a config string.Michael Cahill
2014-10-14Add more wording on upgrade/downgrade of databases.Keith Bostic
2014-10-13The upgrade configuration string is the same string to which we'reKeith Bostic
2014-10-12Add support for upgrading configuration strings: leave the obsoleteKeith Bostic
2014-10-12Add a check for an incompatible version in any configuration string,Keith Bostic
2014-10-10Don't track only "changes" from the wiredtiger_open() configurationKeith Bostic
2014-10-10Split the wiredtiger_open configuration options into four sets:Keith Bostic
2014-10-07typo, jump to an error label after the error label.Keith Bostic
2014-10-07Revision 01fe356 introduced an incompatibility, creating a database withKeith Bostic
2014-10-06There's no reason for __conn_config_append to be forced inline.Keith Bostic
2014-10-04We don't yet need anything other than single-byte versions of theKeith Bostic
2014-10-04STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-10-03Formatting cleanups after the wt_off_t change.Keith Bostic
2014-10-02Minor cleanups: complain if we see off_t from now, hardwire tests for theKeith Bostic
2014-10-02Typedef wt_off_t as an off_t if the type is available on the system.Keith Bostic
2014-10-02Merge branch 'wt_off_t' of https://github.com/markbenvenuto/wiredtiger into m...Keith Bostic
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-10-02Use a separate lock file for per-process locking instead of the standardKeith Bostic
2014-10-02Copy the WiredTiger.basecfg and WiredTiger.config files as part of doingKeith Bostic
2014-09-23Add reconfigure support for LSM manager #1237Susan LoVerso
2014-09-23LSM configuration and thread management changes to lay the foundationSusan LoVerso
2014-09-23Add new verbose option "temporary" so it's possible to easily turn on specificKeith Bostic
2014-09-22The variable for searching the list of string/flag combinations shouldn'tKeith Bostic
2014-09-20Simplify __wt_connection_close(), there's no reason for it to have theKeith Bostic
2014-09-16Wait for the oldest transaction ID to catch up to current during connection c...Michael Cahill
2014-09-16Don't block on the data handle lock while holding the schema lock. If we can...Michael Cahill
2014-09-15Merge branch 'develop' into connection-vs-session-cleanupSusan LoVerso
2014-09-13Make random number generation be per session in the WiredTiger library,Keith Bostic
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-11Add a spin_destroy call for the new reconfig_lock, sort the lists of locks.Keith Bostic
2014-09-11Merge branch 'develop' into reconfigure-cleanupKeith Bostic
2014-09-11Fixup cache pool reconfigure now that options are being folded together.Alex Gorrod
2014-09-11Add a new lock to serialize reconfigure.Alex Gorrod
2014-09-10Serialize re-configuration, everything is going to go pear-shaped ifKeith Bostic
2014-09-10Clean up the first test in __wt_cache_config (not-found is no longerKeith Bostic
2014-09-11On error in wiredtiger_open, don't try to free buffers after closing the conn...Michael Cahill
2014-09-10Move the LSM manager re-configuration code into the LSM manager file.Keith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Merging the wiredtiger_open configuration means we should never seeKeith Bostic
2014-09-10Fix some places we were passing the WT_CONNECTION_IMPL to underlying routines,Keith Bostic
2014-09-10Rename __wt_conn_verbose_config to be __wt_verbose_config,Keith Bostic
2014-09-10Rename __wt_conn_cache_pool_config to be __wt_cache_pool_config,Keith Bostic
2014-09-09Don't check for a checkpoint name match if none was specified (yeah,Keith Bostic
2014-09-09Merge pull request #1205 from wiredtiger/collapse-nested-structuresMichael Cahill
2014-09-09Fix a bug in the shared cache implementation.Alex Gorrod
2014-09-08The wiredtiger_open final config array contains multiple entries (theKeith Bostic
2014-09-08Messed up the test for a separator character (dot) in the key, theKeith Bostic