index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utilities
/
util_create.c
Age
Commit message (
Expand
)
Author
2014-10-10
Move the utilities/util_getopt.c implementation of getopt(3) into the
Keith Bostic
2014-05-23
Simplify URI handling in utilities: accept most things the user provides, let...
Michael Cahill
2014-01-07
Update copyright notices for 2014.
Keith Bostic
2013-01-01
Update copyright notice to 2013.
Keith Bostic
2012-04-26
Replace local "ret" declarations with WT_DECL_RET.
Keith Bostic
2012-02-02
Have utilities work on more types of objects (e.g., "wt create colgroup:...").
Michael Cahill
2012-01-22
Update copyright notices to 2012.
Keith Bostic
2011-10-19
No reason to have almost all the #includes in util.h, but include wiredtiger.h
Keith Bostic
2011-10-13
Make it possible to create a file or a table, report any error, not just an
Keith Bostic
2011-10-13
Rework util_syserr() as a more complex error routine so it can be used more
Keith Bostic
2011-10-08
Re-work "wt load", it now supports loading individual files.
Keith Bostic
2011-08-31
Add a local version of getopt for the utilities program, plus a script
Keith Bostic
2011-07-20
Add a global -C option that takes the wiredtiger_open configuration.
Keith Bostic
2011-07-15
utilities/util_create.c 62 Warning 550: Symbol 'debug' (line 18) not accessed
Keith Bostic
2011-07-15
Add a "wt create" mode to the utility for creating tables and files.
Michael Cahill