summaryrefslogtreecommitdiff
path: root/src/utilities/util_create.c
AgeCommit message (Expand)Author
2014-10-10Move the utilities/util_getopt.c implementation of getopt(3) into theKeith Bostic
2014-05-23Simplify URI handling in utilities: accept most things the user provides, let...Michael Cahill
2014-01-07Update copyright notices for 2014.Keith Bostic
2013-01-01Update copyright notice to 2013.Keith Bostic
2012-04-26Replace local "ret" declarations with WT_DECL_RET.Keith Bostic
2012-02-02Have utilities work on more types of objects (e.g., "wt create colgroup:...").Michael Cahill
2012-01-22Update copyright notices to 2012.Keith Bostic
2011-10-19No reason to have almost all the #includes in util.h, but include wiredtiger.hKeith Bostic
2011-10-13Make it possible to create a file or a table, report any error, not just anKeith Bostic
2011-10-13Rework util_syserr() as a more complex error routine so it can be used moreKeith Bostic
2011-10-08Re-work "wt load", it now supports loading individual files.Keith Bostic
2011-08-31Add a local version of getopt for the utilities program, plus a scriptKeith Bostic
2011-07-20Add a global -C option that takes the wiredtiger_open configuration.Keith Bostic
2011-07-15utilities/util_create.c 62 Warning 550: Symbol 'debug' (line 18) not accessedKeith Bostic
2011-07-15Add a "wt create" mode to the utility for creating tables and files.Michael Cahill