summaryrefslogtreecommitdiff
path: root/src/schema/schema_open.c
AgeCommit message (Expand)Author
2014-04-28Change the block manager to not touch the WT_ITEM.{mem,memsize} fieldsKeith Bostic
2014-04-22Use empty values in LSM indices.Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-12-16Better/fixed support for huge keys/values.Keith Bostic
2013-12-03whitespaceKeith Bostic
2013-11-18Merge branch 'develop' into fine-grained-durabilityAlex Gorrod
2013-11-15Don't leak memory on error, cgconfig holds memory that's may not haveKeith Bostic
2013-11-05Create a Python pass for source code style checking (to eventually replace s_...Michael Cahill
2013-06-04Rename metadata_read to be metadata_search to follow the otherKeith Bostic
2013-05-31imported patch realloc_defMichael Cahill
2013-02-26Add a reference count to tables, only free if the table is not in use.Michael Cahill
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-12-12Now some errors can override other errors, we shouldn't ignore errorsKeith Bostic
2012-12-10Fix a schema bug where value columns appearing in multiple column groups woul...Michael Cahill
2012-12-10Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill
2012-12-04Add support for statistics on schema-level objects (tables, column groups, in...Michael Cahill
2012-11-30Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill
2012-10-22lintMichael Cahill
2012-10-19Support indices on LSM by using 1-byte (padding) values, until LSM supports e...Michael Cahill
2012-10-18lintMichael Cahill
2012-10-18Apply operations to column group and index data sources.Michael Cahill
2012-10-11cleanupMichael Cahill
2012-09-18Add support for LSM column groups and indices to the schema layer.Michael Cahill
2012-08-01Review calls to strncmp() in the engine, replace some withKeith Bostic
2012-08-01__wt_buf_init(session, buf, 0);Keith Bostic
2012-07-31Add the ability to access unnamed checkpoints, issue #271.Keith Bostic
2012-07-31Don't repeatedly look up btree handles for schema operations.Michael Cahill
2012-07-23Deal with new / dropped indices in __wt_schema_open_index.Michael Cahill
2012-07-20Re-write __wt_schema_open_index to only parse the schema file entriesKeith Bostic
2012-07-20fix comment typoKeith Bostic
2012-07-20Back out that last change -- we always branch to err, we're done in theKeith Bostic
2012-07-20Fix up a few minor places where we can simplify "ret = XXX" code, noKeith Bostic
2012-06-04lint:Michael Cahill
2012-06-04lint:Michael Cahill
2012-06-04Fix races in table-level schema operations.Michael Cahill
2012-05-10Don't ignore return of __wt_session_release_btree().Keith Bostic
2012-05-10lintKeith Bostic
2012-05-04Don't cache btree handles in the schema layer: always look up handles by name...Michael Cahill
2012-05-04Move the "close_any_btree" logic into conn_btree.cMichael Cahill
2012-05-03Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic
2012-04-27schema/schema_open.c 76 Warning 644: Variable 'name' (line 44) may notKeith Bostic
2012-04-27Keep a "file:" URI in btree handles rather than a raw filename.Michael Cahill
2012-04-27Switch naming of "schema file/table" to metadata file.Michael Cahill
2012-04-26Replace local "ret" declarations with WT_DECL_RET.Keith Bostic
2012-02-02whitespace.Keith Bostic
2012-02-02Fixes to make test_schema02 pass. Much more careful checking and cleanup dur...Michael Cahill
2012-02-02Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill
2012-01-30lint, ignore returns from WT_PREFIX_SKIP().Keith Bostic
2012-01-31Add WT_CURSOR::uri containing the cursor source URI, primarily in support of ...Michael Cahill
2012-01-23Merge WT_BUF into WT_ITEM.Michael Cahill