summaryrefslogtreecommitdiff
path: root/src/schema
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into wt-1315-join-cursorMichael Cahill2015-11-191-0/+3
|\
| * WT-2218 Add truncate statsSusan LoVerso2015-11-161-0/+3
* | WT-1315. Support statistics on join cursors.Don Anderson2015-11-171-4/+4
|/
* WT-2196 Fix error handling in size only statistics.Alex Gorrod2015-11-041-7/+9
* WT-2196: A different solution, don't require callers to log their own errorKeith Bostic2015-11-031-4/+7
* Revert "WT-2196 Fix size-only statistics when there are LSM tables."Keith Bostic2015-11-031-12/+11
* WT-2196 Fix size-only statistics when there are LSM tables.Alex Gorrod2015-11-031-11/+12
* WT-2170 Add a macro perfom an operation at an isolation level.Michael Cahill2015-10-281-26/+39
* WT-2170 Initialize txn.Susan LoVerso2015-10-271-0/+2
* WT-2170 Wrap some metadata_cursor calls.Susan LoVerso2015-10-271-0/+16
* WT-2174 - Cleanup per review comments.Alex Gorrod2015-10-191-12/+21
* WT-2174 Fixup error handling.Alex Gorrod2015-10-161-4/+3
* WT-2174 Avoid the table list lock when creating a size only statistics cursor.Alex Gorrod2015-10-161-0/+60
* WT-2162. Add a null pointer check for the WT_TABLE.indices array.Don Anderson2015-10-071-1/+1
* Run a script looking for boolean declarations that are assigned to aKeith Bostic2015-09-241-2/+2
* Boolean conversion pass over schema.Keith Bostic2015-09-249-54/+58
* Boolean conversion pass over meta.Keith Bostic2015-09-243-4/+4
* Boolean conversion pass over lsm.Keith Bostic2015-09-241-3/+3
* Boolean conversion pass over cursor.Keith Bostic2015-09-242-6/+6
* Merge branch 'develop' into more-boolMichael Cahill2015-09-241-1/+45
|\
| * WT-147 When filling an index, write into the source. This avoids entanglemen...Michael Cahill2015-09-211-17/+13
| * WT-147. When filling indices, use bulk=unordered on the index cursorDon Anderson2015-09-141-11/+4
| * Merge branch 'develop' into index-create-lsm3Don Anderson2015-09-132-8/+8
| |\
| * | WT-147. Eliminate the session flag for controlling sharing of dhandles.Don Anderson2015-08-031-9/+1
| * | WT-147. Use reference count approach for tracking when to releaseDon Anderson2015-08-021-5/+13
| * | Merge branch 'develop' into index-createDon Anderson2015-07-313-12/+28
| |\ \
| * | | WT-147. An alternate approach to re-locking a btree that is already locked,Don Anderson2015-06-111-1/+2
| * | | Allow an index to be created any time. Encapsulate the operationDon Anderson2015-05-291-0/+54
* | | | Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-234-11/+10
* | | | Don't do an explicit comparison against "false", it makes lint happier.Keith Bostic2015-09-221-1/+2
* | | | WT-2122 Convert more expressions to use bool. In particular, make F_ISSET a ...Michael Cahill2015-09-222-7/+7
| |_|/ |/| |
* | | WT-2029, improve scalability of statisticsKeith Bostic2015-08-151-2/+2
* | | WT-2038 Use TAILQ for all lists. Otherwise remove is O(N), which may not sho...Michael Cahill2015-08-131-6/+6
| |/ |/|
* | SERVER-19083 Provide an API to query metadata meaningful to WT_SESSION::create.Michael Cahill2015-07-081-0/+16
* | SERVER-18838 During drops, don't remove files until the metadata is stable.Michael Cahill2015-06-251-3/+3
* | Revert "SERVER-18838 flush WT metadata during create/drop so we don't see mis...Michael Cahill2015-06-251-3/+0
* | SERVER-18838 flush WT metadata during create/drop so we don't see missing fil...Michael Cahill2015-06-251-0/+3
* | Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-141-2/+2
* | Consistently use "uri", instead of "name".Keith Bostic2015-06-061-7/+7
|/
* WT-1940. Added CSV extractor and a fix for customized extractors.Don Anderson2015-05-201-1/+2
* Change __wt_schema_destroy_index, __wt_schema_destroy_colgroup, andKeith Bostic2015-05-132-30/+32
* Simplify cases where we don't need __wt_buf_fmt, we can call __wt_strndupKeith Bostic2015-05-131-11/+4
* KNFKeith Bostic2015-05-131-2/+1
* Check index creation by opening the index, as we do for other calls to WT_SES...Michael Cahill2015-05-132-1/+26
* Back out 52820c7 and fix a related test, ignore unknown extractorsKeith Bostic2015-05-121-4/+0
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-122-5/+18
|\
| * Fixup the order of drop/rename and their metadata operations.Alex Gorrod2015-05-112-5/+18
* | If an extractor is specified when creating an index, confirm weKeith Bostic2015-05-081-0/+4
|/
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-305-8/+8
* Go back to acquiring the schema and handle list locks when opening handles --...Michael Cahill2015-04-301-2/+4