summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@mongodb.com>2016-09-20 09:47:50 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2016-09-20 09:47:50 +1000
commitdfca65ea3a32b1e0c832ff7ee2d7b667819ec64d (patch)
tree1f58b8a1f049fa0d425dd3af353c63a9dc09dade /src/third_party/wiredtiger/src/docs
parent7d2acd6395ec84beca34718a75371bc11f0c9f60 (diff)
downloadmongo-dfca65ea3a32b1e0c832ff7ee2d7b667819ec64d.tar.gz
Import wiredtiger: bb18c439152379fb528af217345be40819b01fc4 from branch mongodb-3.2
ref: 911c940ada..bb18c43915 for: 3.2.10 WT-2859 Improve statistics macros to not collect stats when statistics=none is set WT-2894 Create workload that shows negative scaling when overwhelmed WT-2900 Add ARM8 build support to WiredTiger and fix ARM CRC assembler tags WT-2902 Enhance eviction to work better with update heavy YCSB load WT-2905 dead code: MongoDB Coverity #99881 WT-2908 Add dry-run support to python unit-test WT-2910 test_inmem01 can abort due to stuck cache WT-2911 add support for gcc6 WT-2912 make --enable-strict run on the zseries test box WT-2913 stuck cache after latest merge WT-2914 Fix link error on OS/X for checksum_init call WT-2916 whitespace check not working
Diffstat (limited to 'src/third_party/wiredtiger/src/docs')
-rw-r--r--src/third_party/wiredtiger/src/docs/upgrading.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/docs/upgrading.dox b/src/third_party/wiredtiger/src/docs/upgrading.dox
index 3a448818230..caa6b036892 100644
--- a/src/third_party/wiredtiger/src/docs/upgrading.dox
+++ b/src/third_party/wiredtiger/src/docs/upgrading.dox
@@ -566,7 +566,7 @@ statistics will be logged to the file; if the database is configured
with "all" or "fast", the corresponding statistics will be logged to the
file.
-In previous releases, the WT_SESSION::cursor method took
+In previous releases, the WT_SESSION::cursor method took
\c statistics_clear and a \c statistics_fast configurations. The
\c statistics_clear configuration defaulted to false; when set to true,
statistics counters were reset after they were gathered by the cursor.