summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-11-19 10:57:31 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-11-19 10:57:31 +1100
commitbf37e9405d8a63d9b7a397b84bb09e36d36c47d3 (patch)
treeebc1f79c1c8864bd9424021cefdc7cc97b656870
parentd84d5c656447148442c20c8a3f0d5558f86d6c12 (diff)
downloadmongo-bf37e9405d8a63d9b7a397b84bb09e36d36c47d3.tar.gz
Add upgrade documentation for WT_EVENT_HANDLER changes.
-rw-r--r--src/docs/upgrading.dox10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/docs/upgrading.dox b/src/docs/upgrading.dox
index 31df4597f01..6e79e43908c 100644
--- a/src/docs/upgrading.dox
+++ b/src/docs/upgrading.dox
@@ -71,6 +71,16 @@ application statistics configuration and cursors should be reviewed to
confirm they are configured for the desired behavior;
</dd>
+<dt>WT_EVENT_HANDLER interface changes</dt>
+<dd>
+Add a new WT_EVENT_HANDLER::handle_close callback that WiredTiger will call
+any time it automatically closes an application session or cursor handle.
+
+Additionally add a WT_SESSION parameter into the existing
+WT_EVENT_HANDLER::handle_error, WT_EVENT_HANDLER::handle_message and
+WT_EVENT_HANDLER::handle_progress callback functions.
+</dd>
+
@section version_165 Upgrading to Version 1.6.5
<dl>