Commit Graph

3 Commits

Author SHA1 Message Date
Keith Bostic
cdc59c2bb1 Update, some config strings changed.
--HG--
extra : rebase_source : b4a16200581829114a8162851182ce1da756e714
2011-11-27 15:41:19 +00:00
Keith Bostic
f4a9c3a7c6 Add bzip configuration value, configures bzip2 stream compression.
Change boolean values to be a percent between N and 100, so we can
support boolean choices that at a higher granularity.

Configure extensions (stream compression) for s_dumpcmp.

Turn off salvage for now, it doesn't yet support stream compression.

Consolidate wiredtiger open calls into one function to simplify things
(and always configure extensions).

--HG--
extra : rebase_source : 8394c3c22afa1ad6a515b7066ce8346605fd7b22
2011-08-11 20:43:43 -04:00
Keith Bostic
0d1b47a34e Rename test/bt to be test/format, give it a verbose error message,
automatically rebuild the CONFIG.example file so it stays up to date.

--HG--
rename : test/bt/CONFIG.base => test/format/CONFIG.example
rename : test/bt/Makefile => test/format/Makefile
rename : test/bt/bdb.c => test/format/bdb.c
rename : test/bt/config.c => test/format/config.c
rename : test/bt/config.h => test/format/config.h
rename : test/bt/s_dumpcmp => test/format/s_dumpcmp
rename : test/bt/t.c => test/format/t.c
rename : test/bt/util.c => test/format/util.c
rename : test/bt/vt => test/format/vt
rename : test/bt/vt.suppress => test/format/vt.suppress
rename : test/bt/wts.c => test/format/wts.c
rename : test/bt/wts.h => test/format/wts.h
2011-07-29 10:44:12 -04:00