summaryrefslogtreecommitdiff
path: root/src/meta/meta_apply.c
Commit message (Expand)AuthorAgeFilesLines
* Boolean conversion pass over meta.Keith Bostic2015-09-241-2/+2
* KNF.Keith Bostic2015-08-101-1/+1
* Review places that set/clear session->dhandle, replace with macros. Change c...Michael Cahill2015-02-241-1/+2
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Change WT_METADATA_URI to "metadata:".Michael Cahill2014-05-231-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* Change __wt_conn_btree_apply_single to match the requested handle usingKeith Bostic2013-09-121-1/+1
* Back out the change to __wt_conn_btree_apply and __wt_meta_btree_apply:Keith Bostic2013-09-101-22/+7
* Make hot backups work concurrently with files being bulk-loaded.Keith Bostic2013-09-101-6/+26
* Update checkpoint code to get and release handles, so that LSM cannotAlex Gorrod2013-06-041-4/+9
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-1/+1
|\
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* | Merge branch 'develop' into data-handlesMichael Cahill2012-09-251-9/+8
|\ \ | |/
| * Bulk-cursors no longer block checkpoints; if checkpoints can proceed inKeith Bostic2012-09-201-9/+8
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-3/+3
|/
* Fix bulk loads concurrent with schema modifying operations.Michael Cahill2012-09-111-1/+6
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-1/+1
* update a comment.Keith Bostic2012-06-171-1/+2
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-011-3/+3
* Add a comment explaining the transaction ID comparison.Michael Cahill2012-05-241-12/+6
* Update docs for transactions.Michael Cahill2012-05-231-5/+6
* Implement checkpoints.Michael Cahill2012-05-171-0/+52