index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
schema
/
schema_drop.c
Age
Commit message (
Expand
)
Author
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-12-05
Simplify drop: allow the lower level code to take care of locking. Avoid rec...
Michael Cahill
2013-12-03
whitespace
Keith Bostic
2013-11-05
Create a Python pass for source code style checking (to eventually replace s_...
Michael Cahill
2013-06-18
Generalize the cursor "overwrite" configuration to apply to insert, update an...
Michael Cahill
2013-06-04
Make data-sources responsible for their own metadata entries.
Keith Bostic
2013-06-03
Change __wt_schema_get_source() to not call __wt_bad_object_type itself,
Keith Bostic
2013-06-03
We have to remove the data-source entry from the metadata file during
Keith Bostic
2013-05-06
Some session methods checked URIs in the WiredTiger name space in the
Keith Bostic
2013-04-24
Merge branch 'develop' into lsm-ckpt-experiments
Michael Cahill
2013-04-04
Write some custom data source documentation based on my Berkeley DB code.
Keith Bostic
2013-04-04
Call LSM methods directly instead of using WT_DATA_SOURCE implementation.
Keith Bostic
2013-04-03
Merge branch 'develop' into data-source
Keith Bostic
2013-04-03
First set of changes to make WT_DATA_SOURCE work better (row-store is
Keith Bostic
2013-04-02
Merge branch 'basho' into lsm-ckpt-experiments
Michael Cahill
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-03-25
Merge branch 'develop' into data-handles
Michael Cahill
2013-03-21
Change LSM drops in the background to avoid blocking application threads.
Michael Cahill
2013-02-26
In drop, don't release a table we didn't get.
Michael Cahill
2013-02-26
Add a reference count to tables, only free if the table is not in use.
Michael Cahill
2013-02-22
Add a schema generation number to avoid using stale table structures.
Michael Cahill
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-11-30
Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...
Michael Cahill
2012-10-18
Change direct calls to __wt_curfile_open to generic __wt_open_cursor.
Michael Cahill
2012-10-18
Apply operations to column group and index data sources.
Michael Cahill
2012-09-25
Merge branch 'develop' into data-handles
Michael Cahill
2012-09-25
Clear the btree handle at the beginning of a drop operation.
Michael Cahill
2012-09-24
Fix the change to track exclusive handles for drop operations: always log the
Michael Cahill
2012-09-24
If a drop fails to acquire all of the handle locks it needs, make sure it
Michael Cahill
2012-09-18
Replace session->btree with a data handle.
Michael Cahill
2012-09-18
Split general WT_BTREE fields into WT_DATA_HANDLE.
Michael Cahill
2012-08-02
Hookup the LSM data source to the cursor implementation.
Michael Cahill
2012-07-31
Add the ability to access unnamed checkpoints, issue #271.
Keith Bostic
2012-07-31
Don't repeatedly look up btree handles for schema operations.
Michael Cahill
2012-07-26
Metadata tracking must be resolved while holding the schema lock.
Michael Cahill
2012-07-20
Check for incomplete tables consistently.
Michael Cahill
2012-06-04
Fix races in table-level schema operations.
Michael Cahill
2012-06-01
Add handle locking to create and drop operations to avoid races.
Michael Cahill
2012-05-04
Don't cache btree handles in the schema layer: always look up handles by name...
Michael Cahill
2012-05-04
Move the "close_any_btree" logic into conn_btree.c
Michael Cahill
2012-04-27
Keep a "file:" URI in btree handles rather than a raw filename.
Michael Cahill
2012-03-11
Add an interface for "data source" extensions.
Michael Cahill
2012-04-27
Switch naming of "schema file/table" to metadata file.
Michael Cahill
2012-04-26
Replace local "ret" declarations with WT_DECL_RET.
Keith Bostic
2012-02-17
../src/schema/schema_drop.c:28: error: ‘ret’ may be used uninitialized in...
Michael Cahill
2012-02-16
Move "root:F" and "version:F" entries for files into the value for "file:F", ...
Michael Cahill
2012-02-08
Change __drop_table to not return WT_NOTFOUND if the table isn't found
Keith Bostic
2012-02-02
Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...
Michael Cahill
2012-01-31
Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...
Michael Cahill
2012-01-23
Merge WT_BUF into WT_ITEM.
Michael Cahill
[next]