summaryrefslogtreecommitdiff
path: root/jstests/disk/datafile_options.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-15749: Tag disk jstests that are mmap only. Run a disk_WT suite on ↵Daniel Gottlieb2017-02-081-2/+3
| | | | those not filtered by the tag.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+1
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-27/+11
|
* SERVER-16734 remove checkpointDelaySecs and use syncPeriodSecs insteadEric Milkie2015-01-081-24/+0
|
* SERVER-16313 skip syncDelay option test on 32 bit platformsDan Pasette2014-12-171-13/+18
|
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-0/+19
|
* SERVER-15557 added "Storage options" section in --help output.Benety Goh2014-11-031-4/+10
| | | | | | | | | | | | | | | migraged dotted names of mmapv1 options from "storage" to "storage.mmapv1" storage.mmapv1.directoryPerDB storage.mmapv1.journal.commitIntervalMs storage.mmapv1.journal.debugFlags storage.mmapv1.nsSize storage.mmapv1.preallocDataFiles storage.mmapv1.quota.enforced storage.mmapv1.quota.maxFilesPerDB storage.mmapv1.smallFiles storage.mmapv1.syncPeriodSecs dotted names (without the ".mmapv1" component) of mmapv1 options before migration will still be accepted but a warning will be raised at startup.
* SERVER-13439 Make sure values explicitly set to false in config file show up ↵Shaun Verch2014-05-131-0/+13
| | | | in parsed result
* SERVER-13603 Move option testing support code into shared test helperShaun Verch2014-04-221-30/+5
|
* SERVER-13379 Canonicalize noprealloc as storage.preallocDataFilesShaun Verch2014-03-281-0/+60