summaryrefslogtreecommitdiff
path: root/src/conn/conn_dhandle.c
Commit message (Expand)AuthorAgeFilesLines
* The comment about handles passed by our caller no longer applies, remove it.Keith Bostic2013-12-051-6/+0
* Simplify drop: allow the lower level code to take care of locking. Avoid rec...Michael Cahill2013-12-051-25/+19
* Rename refcnt and usecnt, add a comment to clarify their purpose.Keith Bostic2013-12-041-4/+4
* When we "apply" the handle-lock from a metadata tracking record, weKeith Bostic2013-12-041-18/+23
* Track connection & session data handle sweeps consistently, moveKeith Bostic2013-11-301-1/+4
* Simplify __wt_conn_btree_close(), just return if there's no work to do.Keith Bostic2013-11-301-24/+24
* Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-11-121-1/+0
|\
| * No need to clear metaconf, we're returning.Keith Bostic2013-11-111-1/+0
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-241-3/+3
|\ \ | |/
| * Remove checkpoint handle code from __checkpoint_worker(), its callersKeith Bostic2013-10-221-1/+1
| * API change: rework "run-time" and "tree-walk" statistics configuration.Keith Bostic2013-10-191-2/+2
| * Merge branch 'develop' into statistics-splitKeith Bostic2013-10-141-1/+2
| |\
| * | Split statistics macros into two parts: run-time and everything else,Keith Bostic2013-10-101-2/+2
* | | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-10-171-0/+2
|\ \ \ | | |/ | |/|
| * | Rework the statistics logging code to aggregate information from anyKeith Bostic2013-10-111-1/+2
| |/
| * __wt_conn_btree_apply should not process at checkpoint handles.Alex Gorrod2013-10-091-0/+1
* | Merge branch 'develop' into fine-grained-durabilityAlex Gorrod2013-10-011-20/+39
|\ \ | |/
| * Add a minor comment about what happens if the insert races.Keith Bostic2013-09-261-2/+5
| * Back out 5c6e4e0, we still need to set the flag, that's what the lowerKeith Bostic2013-09-181-0/+1
| * Remove line to set SCHEMA_LOCKED flag instead of taking lock.Susan LoVerso2013-09-181-1/+0
| * Change dhandles to use a singly linked list. Fix bug in close toSusan LoVerso2013-09-181-19/+35
| * fix a commentKeith Bostic2013-09-181-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-141-8/+36
|\ \ | |/
| * Delaying the set of session.dhandle introduced a NULL dereferenceKeith Bostic2013-09-121-1/+1
| * Change __wt_conn_btree_apply_single to match the requested handle usingKeith Bostic2013-09-121-8/+36
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-111-6/+4
|\ \ | |/
| * Back out the change to __wt_conn_btree_apply and __wt_meta_btree_apply:Keith Bostic2013-09-101-41/+17
| * Make hot backups work concurrently with files being bulk-loaded.Keith Bostic2013-09-101-15/+37
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-09-101-37/+32
|\ \ | |/
| * Clarify where we're freeing the btree structure.Keith Bostic2013-09-091-1/+1
| * Cleanup __conn_dhandle_get() error handling (if btree allocation failed,Keith Bostic2013-09-091-37/+32
* | Add logging and recovery of file truncates.Michael Cahill2013-08-301-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-161-1/+1
|\ \ | |/
| * LintSusan LoVerso2013-08-151-1/+1
* | Merge branch 'develop' into fine-grained-durabilityMichael Cahill2013-08-161-1/+63
|\ \ | |/
| * Code movement from review comments.Susan LoVerso2013-08-141-28/+9
| * Periodically close session and connection dhandles that are no longerSusan LoVerso2013-08-131-0/+81
* | Implement basic transactional recovery.Michael Cahill2013-07-261-2/+4
|/
* Don't increment the data handle reference count if locking the handle fails.Michael Cahill2013-06-111-2/+3
* Rename WT_CONNECTION.metadata_lock to WT_CONNECTION.checkpoint_lock.Keith Bostic2013-06-071-2/+2
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-1/+1
* Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod2013-06-041-6/+20
* Add name hash to avoid excessive strcmp on common path.Susan LoVerso2013-05-151-1/+5
* Put new handles at the beginning of the shared list: we're likely to open the...Michael Cahill2013-05-011-2/+8
* Fix build warning with GCC 4.6 when diagnostic is disabled.Alex Gorrod2013-05-011-3/+1
* Sue found the reason the open files count keeps climbing.Keith Bostic2013-04-241-2/+0
* Merge branch 'develop' into lsm-ckpt-experimentsMichael Cahill2013-04-241-1/+2
|\
| * More work on data-source configuration support.Keith Bostic2013-04-111-1/+1
| * Support new configuration options added by the applications, using a newKeith Bostic2013-04-091-1/+1
| * First cut at moving the configuration information into the WT_CONNECTION_IMPLKeith Bostic2013-04-091-1/+2