summaryrefslogtreecommitdiff
path: root/src/utilities/util_dump.c
Commit message (Expand)AuthorAgeFilesLines
* Create a "metadata" cursor.Keith Bostic2013-09-021-3/+2
* Rename metadata_read to be metadata_search to follow the otherKeith Bostic2013-06-041-1/+1
* Make data-sources responsible for their own metadata entries.Keith Bostic2013-06-041-1/+5
* Update copyright notice to 2013.Keith Bostic2013-01-011-1/+1
* The dump utility quit working on tables awhile back and we didn't haveKeith Bostic2012-11-291-83/+98
* 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-051-2/+2
|/
* Review calls to strncmp() in the engine, replace some withKeith Bostic2012-08-011-1/+1
* Get rid of "snapshot" at the API layer, drive the change down to the btreeKeith Bostic2012-06-181-11/+12
* Make the whitespace script run on the examples, utilities extension code.Keith Bostic2012-05-151-1/+1
* Rename all metadata functions to start with "__wt_meta".Michael Cahill2012-05-091-1/+1
* Move all of the WiredTiger.wt configuration information into the turtle file;Keith Bostic2012-05-031-24/+28
* Switch naming of "schema file/table" to metadata file.Michael Cahill2012-04-271-23/+23
* Replace local "ret" declarations with WT_DECL_RET.Keith Bostic2012-04-261-13/+10
* 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
* | Link up the API layer with named snapshots:Keith Bostic2012-04-091-6/+24
|/
* Remove the config string from WT_CURSOR::close: it is no longer required and ...Michael Cahill2012-02-021-1/+1
* Update copyright notices to 2012.Keith Bostic2012-01-221-3/+3
* Move root addresses into the schema file and add support for theKeith Bostic2011-12-211-2/+2
* Add the "wt list" command.Keith Bostic2011-10-271-2/+2
* No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic2011-10-191-1/+0
* Generalize cursor_err() as util_cerr(), other chunks of the wt utilityKeith Bostic2011-10-141-23/+16
* Check all I/O functions for errors.Keith Bostic2011-10-141-9/+13
* Don't write a date in the dump, people will think it's when the dump was made.Keith Bostic2011-10-141-4/+36
* Instead of stripping the "filename=" configuration strings in dump, stripKeith Bostic2011-10-141-11/+10
* Rework util_syserr() as a more complex error routine so it can be used moreKeith Bostic2011-10-131-15/+11
* Add the -n option to load (rename the object), and replace [-c config]Keith Bostic2011-10-121-14/+6
* First cut at making "wt load" work.Keith Bostic2011-10-121-144/+176
* Dump has to check the output routines for errors, somebody might be removingKeith Bostic2011-10-111-5/+9
* Michael and my changes collided -- use dump_key, it's more general now,Keith Bostic2011-10-111-3/+3
* Rework dump to append the underlying file configuration to the column groupKeith Bostic2011-10-101-26/+45
* Put the format line before the "Header" line, that is, the format lineKeith Bostic2011-10-101-1/+1
* Re-work "wt load", it now supports loading individual files.Keith Bostic2011-10-081-17/+16
* Handle "raw" configuration in dump cursors.Michael Cahill2011-10-111-95/+25
* Get rid of leading spaces in the schema lines, too.Keith Bostic2011-10-071-3/+3
* Make dump cursors work.Keith Bostic2011-10-071-26/+236
* dump takes a file name, not just a table name.Keith Bostic2011-10-051-1/+1
* Add a local version of getopt for the utilities program, plus a scriptKeith Bostic2011-08-311-5/+5
* Add support for dump -r, dumping the file in reverse order.Keith Bostic2011-08-101-25/+52
* Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic2011-07-201-14/+3
* Give the utilities a common name-generation routine, and change theKeith Bostic2011-07-111-15/+10
* Put parantheses around non-trivial conditions in ternary expressions.Michael Cahill2011-07-081-1/+1