Files
mongo/test/format
Keith Bostic 41a08af673 WT-2361: column-store starting record number error
Add a "quiet" configuration command, so it's possible to keep format quiet
from the CONFIG file.
2016-02-02 07:23:08 -05:00
..
2016-01-29 12:40:44 -05:00
2016-01-29 12:36:27 +11:00

The test/format program randomly generates WiredTiger databases with
different configurations and different size objects and then does
operations on those files.  The goal is to test the WiredTiger file
formats.

test/format should be linked with a version of Berkeley DB (which it
uses to verify format's results).  Use the configuration option
--with-berkeleydb=DIR to specify the top-level of an installed Berkeley
DB distribution directory, for example:

	--with-berkeleydb=/usr/local/BerkeleyDB.5.3