summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <mjc@wiredtiger.com>2014-06-25 10:29:26 +1000
committerMichael Cahill <mjc@wiredtiger.com>2014-06-25 10:29:26 +1000
commit98d68a9582adc6c2cdb99290dc277482f1b33cc3 (patch)
tree8c49f627703d24fb5b4f3cef028904e5f4954e88
parentc3312f204b144e99db8213182ea6332d7d236efe (diff)
downloadmongo-98d68a9582adc6c2cdb99290dc277482f1b33cc3.tar.gz
Fix variable naming: it's called "enabled", not "sync_on_commit".
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c4c794899a..3da048905ac 100644
--- a/NEWS
+++ b/NEWS
@@ -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]