diff options
author | Michael Cahill <mjc@wiredtiger.com> | 2014-06-25 10:29:26 +1000 |
---|---|---|
committer | Michael Cahill <mjc@wiredtiger.com> | 2014-06-25 10:29:26 +1000 |
commit | 98d68a9582adc6c2cdb99290dc277482f1b33cc3 (patch) | |
tree | 8c49f627703d24fb5b4f3cef028904e5f4954e88 /NEWS | |
parent | c3312f204b144e99db8213182ea6332d7d236efe (diff) | |
download | mongo-98d68a9582adc6c2cdb99290dc277482f1b33cc3.tar.gz |
Fix variable naming: it's called "enabled", not "sync_on_commit".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Changes to the WiredTiger API (see upgrading documentation for details): wiredtiger_open. [#1010][#1034] * Split the global transaction_sync configuration into two parts: a sync method - (dsync, fsync or none), and a sync_on_commit flag (false by default). [#1074] + (dsync, fsync or none), and an enabled flag (false by default). [#1074] * Add ability to sync with per transaction granularity. [#1074] |