summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2013-03-25 22:51:35 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2013-03-25 22:51:35 +1100
commit7b08fda19c283c8af7793e003e690c34bd05a0f2 (patch)
tree0d4b64d24804bcd7b0e8591430093107a6367de3 /src/docs/upgrading.dox
parent068bd803ba2bb21feae8b7508f69f228b33d07e9 (diff)
parent7d2126b55dc59e093e0f263f21d67932a5265539 (diff)
downloadmongo-7b08fda19c283c8af7793e003e690c34bd05a0f2.tar.gz
Merge branch 'develop' into data-handles
Conflicts: src/btree/bt_evict.c src/btree/bt_handle.c src/btree/bt_page.c src/btree/rec_evict.c src/conn/conn_dhandle.c src/cursor/cur_stat.c src/include/btree.h src/include/btree.i src/include/stat.h src/lsm/lsm_cursor.c src/schema/schema_create.c src/txn/txn_ckpt.c
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 5aab6284a76..c9ae4b62099 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,16 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_143 Upgrading to Version 1.4.3
+<dl>
+<dt>Statistics</dt>
+<dd>
+WiredTiger statistics are no longer maintained by default; to configure
+statistics, use the \c statistics configuration string to the
+::wiredtiger_open function.
+</dd>
+
+</dl>
+<hr>
@section version_139 Upgrading to Version 1.3.9
<dl>