summaryrefslogtreecommitdiff
path: root/src/meta/meta_track.c
Commit message (Expand)AuthorAgeFilesLines
* Don't open the metadata for the internal checkpoint session.Alex Gorrod2016-01-121-1/+1
* The parameters to open_internal_session have changed, update the code.Alex Gorrod2016-01-121-1/+1
* Merge pull request #2282 from wiredtiger/WT-2193Alex Gorrod2016-01-111-2/+62
* WT-2112 Use bool in more placesMichael Cahill2015-09-291-5/+5
* Merge pull request #2077 from wiredtiger/checkpoint-file-fixesMichael Cahill2015-08-041-7/+4
* Merge pull request #2066 from wiredtiger/meta-track-postcommitAlex Gorrod2015-08-041-31/+69
* SERVER-18838 During drops, don't remove files until the metadata is durable.Alex Gorrod2015-06-291-1/+28
* Fix a deadlock related to LSM. There are cases where closing a file withAlex Gorrod2015-04-251-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
* Fix bulk loads concurrent with schema modifying operations.Michael Cahill2012-09-111-5/+0
* Simplify schema locking.Michael Cahill2012-07-031-2/+0
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-3/+3
* Defer making free pages available until the end of a checkpoint, in case it f...Michael Cahill2012-06-191-2/+32
* meta/meta_track.c:54:39: error: 'sub_off' may be used uninitialized in this f...Michael Cahill2012-06-021-3/+1
* Fix locking for create operations: hold the handle lock until all cleanup is ...Michael Cahill2012-06-011-8/+15
* Deal with extending the meta tracking array during a sub-transaction.Michael Cahill2012-06-011-2/+8
* Move the "close_any_btree" logic into conn_btree.cMichael Cahill2012-05-041-72/+122
* Review cleanup: simplify "drop all" case and use the WT_META_TRACKING macro c...Michael Cahill2012-05-021-1/+1
* Track and undo handle locks for snapshot operations.Michael Cahill2012-05-011-56/+84
* Clean up metadata tracking: eliminate a leak and optimize for larger logs.Michael Cahill2012-05-011-44/+43
* Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill2012-04-271-9/+11
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-271-54/+53
* Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-0/+226