summaryrefslogtreecommitdiff
path: root/src/meta/meta_track.c
Commit message (Expand)AuthorAgeFilesLines
* spellingKeith Bostic2015-11-031-1/+1
* WT-2193 Implement @agorrod's review feedback.Michael Cahill2015-11-031-1/+10
* WT-2193 Use a separate session for flushing metadata.Michael Cahill2015-11-031-3/+53
* Merge pull request #2257 from wiredtiger/inmemMichael Cahill2015-10-301-1/+2
|\
| * Don't do internal checkpoints for in-memory databases.Michael Cahill2015-10-211-1/+2
* | WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-1/+2
* | WT-2170 Remove incorrect wrap.Susan LoVerso2015-10-271-8/+0
* | WT-2170 KNFSusan LoVerso2015-10-271-2/+1
* | WT-2170 Wrap some metadata_cursor calls.Susan LoVerso2015-10-271-0/+9
|/
* SERVER-19954 Don't scan tracked handles during checkpoints.Michael Cahill2015-10-121-29/+0
* WT-2141: __meta_track_apply, __meta_track_unroll have unnecessarilyKeith Bostic2015-09-271-40/+22
* Boolean conversion pass over txn.Keith Bostic2015-09-241-2/+2
* Boolean conversion pass over meta.Keith Bostic2015-09-241-3/+3
* WT-2009 Be paranoid about syncing the log after meta tracking.Alex Gorrod2015-07-221-7/+4
* WT-2009 Check for errors syncing the metadata before removing files.Michael Cahill2015-07-171-1/+4
* WT-2009 Apply tracked metadata operations post-commit. In particular, don't ...Michael Cahill2015-07-161-27/+53
* WT-1992 Make it clear that WT_ST_EMPTY = 0, we depend on it.Michael Cahill2015-07-061-1/+1
* whitespaceKeith Bostic2015-07-031-1/+0
* WT-1992: clean up metadata tracking error handling, ensure any partiallyKeith Bostic2015-07-031-10/+52
* SERVER-18838 During drops, don't remove files until the metadata is stable.Michael Cahill2015-06-251-1/+28
* Revert "SERVER-18838 flush WT metadata during create/drop so we don't see mis...Michael Cahill2015-06-251-1/+14
* SERVER-18838 flush WT metadata during create/drop so we don't see missing fil...Michael Cahill2015-06-251-14/+1
* __wt_strdup and __wt_strndup both handle NULL source arguments.Keith Bostic2015-05-011-4/+2
* Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod2015-04-231-0/+29
* meta_track.c:191: warning: declaration of 'sync' shadows a global declarationMichael Cahill2015-03-261-2/+2
* When we complete a schema-changing operation, make sure the metadata is stabl...Michael Cahill2015-03-261-5/+20
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Switch to stashing the metadata dhandle, not the btree.Alex Gorrod2014-12-121-2/+2
* Make pre-alloc a boolean and convert connection log settings to flags.Susan LoVerso2014-12-021-1/+1
* Track data handles rather than btree handles. This shouldn't be a real chang...Michael Cahill2014-11-221-9/+12
* Don't use const for strings returned in allocated memory.Michael Cahill2014-10-161-1/+1
* Don't checkpoint the metadata on every schema operation if we are logging.Michael Cahill2014-07-091-2/+5
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* whitespaceKeith Bostic2013-12-031-2/+1
* Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill2013-11-051-2/+6
* Add support for recovery of remove operations and column stores.Michael Cahill2013-07-261-2/+2
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-1/+2
* Changes based on Alex's review.Michael Cahill2013-04-161-4/+10
* Merge branch 'basho' into lsm-ckpt-experimentsMichael Cahill2013-04-021-5/+5
|\
| * Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-6/+23
| |\
| * | Replace session->btree with a data handle.Michael Cahill2012-09-181-12/+12
| * | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-1/+1
* | | Change LSM drops in the background to avoid blocking application threads.Michael Cahill2013-03-211-2/+6
* | | Add a condition variable to signal when LSM checkpoints should start, rather ...Michael Cahill2013-03-201-17/+8
| |/ |/|
* | In order to mmap read-only checkpoints, we need a place to store aKeith Bostic2013-01-261-2/+5
* | Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | __wt_meta_track_off and __wt_lsm_checkpoint_worker create fakeKeith Bostic2012-12-191-2/+1
* | Allow meta_tracking transactions to be nested.Michael Cahill2012-10-251-3/+8
* | Checkpoint the metadata after successful schema-level operations.Michael Cahill2012-10-051-0/+10
|/
* Fix locking of newly created handles, closing on error.Michael Cahill2012-09-111-3/+5