summaryrefslogtreecommitdiff
path: root/src/schema/schema_truncate.c
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23040: Coverity analysis defect 98151: Dereference after null checkKeith Bostic2016-03-111-7/+4
* WT-2275 Convert a file URI truncate into a range truncate.Susan LoVerso2016-01-211-40/+6
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* WT-2218 Add truncate statsSusan LoVerso2015-11-161-0/+3
* Boolean conversion pass over schema.Keith Bostic2015-09-241-1/+1
* Boolean conversion pass through block, conn and evict.Keith Bostic2015-09-231-1/+1
* Consistently use "uri", instead of "name".Keith Bostic2015-06-061-7/+7
* Rename the locking macros: use "handle list" lock consistently, make the sess...Michael Cahill2015-04-301-1/+1
* Push renaming down into `api_data.py`, replacing lower-case handleKeith Bostic2015-04-211-1/+1
* The start/stop cursors may not have been set.Keith Bostic2015-02-221-2/+4
* Make sure we have a local copy of the start/stop cursor keys before callingKeith Bostic2015-02-221-3/+5
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-041-0/+1
* Add a lock around table operations, so that cursor opens don't see tables hal...Michael Cahill2014-11-131-1/+4
* Forcefully discard a tree from cache if doing a forced drop.Michael Cahill2014-10-241-1/+1
* Fix which URI is used by schema truncate.Alex Gorrod2014-09-181-1/+1
* Typo, returning 0, not "ret", don't lose the return value on failure.Keith Bostic2014-09-161-1/+1
* Update copyright notices for 2014.Keith Bostic2014-01-071-1/+1
* remove unnecessary WT_UNUSED()Keith Bostic2013-12-051-1/+0
* In truncate, release the btree handle before calling __wt_conn_dhandle_close_...Michael Cahill2013-12-051-2/+6
* Simplify the default implementation of range_truncate.Michael Cahill2013-08-081-6/+3
* Move data source truncate method into WT_DATA_SOURCE.Michael Cahill2013-08-081-1/+63
* whitespaceKeith Bostic2013-06-041-1/+1
* Change __wt_schema_get_source() to not call __wt_bad_object_type itself,Keith Bostic2013-06-031-2/+2
* We have to rename the data-source object in the metadata file as wellKeith Bostic2013-06-031-1/+1
* __truncate_table has to call through __wt_schema_truncate, it can'tKeith Bostic2013-06-031-35/+13
* Use the allocation size for the file "desc" block. This is important for dir...Michael Cahill2013-05-091-3/+9
* clean up explicit declaration of 'ret'Keith Bostic2013-04-201-1/+1
* If an underlying data-source doesn't have a truncate operation (forKeith Bostic2013-04-201-1/+24
* Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill2013-04-181-1/+2
* Write some custom data source documentation based on my Berkeley DB code.Keith Bostic2013-04-041-1/+3
* Call LSM methods directly instead of using WT_DATA_SOURCE implementation.Keith Bostic2013-04-041-0/+2
* Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-2/+3
|\
| * Add a reference count to tables, only free if the table is not in use.Michael Cahill2013-02-261-1/+2
| * There's no reason file create and truncate need to come through theKeith Bostic2013-02-151-1/+1
* | Merge branch 'develop' into data-handlesMichael Cahill2013-03-251-7/+2
|\ \ | |/
| * Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
| * Fix a schema bug when adding a column group to a "complete" table. Previousl...Michael Cahill2012-12-101-5/+0
| * Fix warnings from "gcc -Wsign-conversion". Mostly this involved changing loo...Michael Cahill2012-11-301-1/+1
* | Replace session->btree with a data handle.Michael Cahill2012-09-181-5/+2
* | Split general WT_BTREE fields into WT_DATA_HANDLE.Michael Cahill2012-09-181-6/+11
|/
* Hookup the LSM data source to the cursor implementation.Michael Cahill2012-08-021-1/+1
* schema/schema_truncate.c 85 Warning 550: Symbol 'tret' (line 44) notKeith Bostic2012-08-011-3/+3
* Add the ability to access unnamed checkpoints, issue #271.Keith Bostic2012-07-311-2/+2
* Don't repeatedly look up btree handles for schema operations.Michael Cahill2012-07-311-18/+9
* Check for incomplete tables consistently.Michael Cahill2012-07-201-1/+1
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-1/+1
* Fix races in table-level schema operations.Michael Cahill2012-06-041-5/+0
* Add handle locking to create and drop operations to avoid races.Michael Cahill2012-06-011-2/+10
* typo, on error, test against the assigned return value tret, not ret.Keith Bostic2012-05-101-2/+2
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-091-1/+1