summaryrefslogtreecommitdiff
path: root/src/utilities
Commit message (Expand)AuthorAgeFilesLines
* Add backup, config and statistics object types, that way we'llKeith Bostic2012-10-171-28/+18
* Compaction is also supported on objects of type colgroup and index.Keith Bostic2012-10-171-2/+3
* Add a comment so we (hopefully) don't cut-and-paste the line into theKeith Bostic2012-10-173-0/+6
* Make command names/descriptions line up, remove dumpfile it's no longerKeith Bostic2012-10-171-2/+1
* The rename call doesn't have any verbose flag behaviors, don't outputKeith Bostic2012-10-171-2/+0
* Add a utility command mapping to WT_SESSION::compact.Keith Bostic2012-10-161-0/+60
* Add a "wt compact" utility command.Keith Bostic2012-10-162-20/+24
* Add support for online compaction, ref #248. This is an initial commit,Keith Bostic2012-10-166-78/+27
* Add a merge generation to LSM chunks.Alex Gorrod2012-10-121-2/+3
* Invalid use of strcpy in "wt load".Michael Cahill2012-10-091-1/+1
* Allow "lsm:" types to "wt list".Michael Cahill2012-09-141-2/+2
* Include all objects in "wt list" by default, so LSM trees appear.Michael Cahill2012-09-141-7/+2
* Drop bloom filters from obsolete LSM chunks. Add LSM support toAlex Gorrod2012-09-135-10/+10
* Merge branch 'develop' into lsmMichael Cahill2012-09-071-36/+43
|\
| * OK, spell doesn't like "mistyped" in any form.Keith Bostic2012-09-011-3/+3
| * typoKeith Bostic2012-09-011-1/+1
| * Have "wt dump" fail more gracefully if the object doesn't exist.Keith Bostic2012-09-011-36/+43
* | Add lsm support to dump utility. Fix LSM open so a new chunk isn'tAlex Gorrod2012-09-054-6/+17
|/
* Initialize a buffer in "wt backup": don't assume we allocate zeros.Michael Cahill2012-08-241-1/+1
* We're sending a mixed message -- remove the copyright notices from filesKeith Bostic2012-08-151-1/+1
* Whitespace cleanups, no semantic changes.Keith Bostic2012-08-073-5/+5
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-013-15/+10
* spellchk the utility code.Keith Bostic2012-07-071-1/+1
* Implement hot backup feature (ref issue #236).Keith Bostic2012-07-033-7/+206
* Push snapshot to checkpoint rename down through the rest of the systemKeith Bostic2012-06-191-12/+11
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-182-31/+33
* session.drop no longer deletes snapshots, remove support for the -s optionKeith Bostic2012-06-181-25/+4
* Rename the "snapshot" config key in session.checkpoint to "name".Keith Bostic2012-06-164-4/+30
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-158-10/+10
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-092-4/+4
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-071-4/+5
* Rework WT_EVENT_HANDLERs.Keith Bostic2012-05-041-6/+4
* With the change to move the WiredTiger metadata configuration into theKeith Bostic2012-05-031-2/+21
* __wt_snapshot_list_get() takes a uri now, not a file name.Keith Bostic2012-05-031-5/+0
* Minor stylistic cleanup.Keith Bostic2012-05-031-3/+2
* Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-24/+28
* use WT_DECL_RET.Keith Bostic2012-05-021-1/+2
* Add command line support to drop a snapshot.Keith Bostic2012-05-021-5/+30
* We were inconsistent in handling file/snapshot naming in the snapshotKeith Bostic2012-05-021-13/+28
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-273-43/+43
* Move all code dealing with the metadata table into meta/*.cMichael Cahill2012-04-271-2/+2
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-2615-38/+45
* whitespace/KNFKeith Bostic2012-04-231-4/+4
* Store the bytes required by each snapshot in the file's snapshotKeith Bostic2012-04-231-11/+17
* Merge branch 'develop' into snapshotKeith Bostic2012-04-161-12/+17
|\
| * All dump configuration should be valid for WT_SESSION->create.Michael Cahill2012-04-161-12/+17
* | Merge branch 'develop' into snapshotKeith Bostic2012-04-101-10/+12
|\ \ | |/
| * Don't worry about session.create for the table URI, only the individual fileKeith Bostic2012-04-101-10/+12
* | Merge branch 'develop' into snapshotKeith Bostic2012-04-101-14/+34
|\ \ | |/
| * The dump utility should only output configuration that can be passed toKeith Bostic2012-04-101-14/+34