summaryrefslogtreecommitdiff
path: root/src/docs/upgrading.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/docs/upgrading.dox')
-rw-r--r--src/docs/upgrading.dox22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index e5fce3d0d5d..8640991e7cd 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -1,5 +1,18 @@
/*! @page upgrading Upgrading WiredTiger applications
+@section version_293 Upgrading to Version 2.9.3
+<dl>
+
+<dt>Logging subsystem statistics</dt>
+<dd>
+Two logging subsystem statistics have been removed as they were a duplicate of
+other statistics. The \c log_slot_joins and \c log_slot_transitions statistics
+are no longer present. They were duplicates of \c log_writes and
+\c log_slot_closes respectively. Several new logging related statistics have
+been added.
+</dd>
+
+</dl><hr>
@section version_292 Upgrading to Version 2.9.2
<dl>
@@ -16,6 +29,15 @@ have switched that lock from a spin lock to a read-write lock, and consequently
changed the statistics tracking lock related wait time.
</dd>
+<dt>Logging subsystem statistics</dt>
+<dd>
+Two logging subsystem statistics have been removed as they were a duplicate of
+other statistics. The \c log_slot_joins and \c log_slot_transitions statistics
+are no longer present. They were duplicates of \c log_writes and
+\c log_slot_closes respectively. Several new logging related statistics have
+been added.
+</dd>
+
<dt>Forced and named checkpoint error conditions changed</dt>
<dd>
There are new cases where checkpoints created with an explicit name or the