summaryrefslogtreecommitdiff
path: root/docs/api_reference/CXX/envclose.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api_reference/CXX/envclose.html')
-rw-r--r--docs/api_reference/CXX/envclose.html26
1 files changed, 20 insertions, 6 deletions
diff --git a/docs/api_reference/CXX/envclose.html b/docs/api_reference/CXX/envclose.html
index f2523bb5..03d5f6b9 100644
--- a/docs/api_reference/CXX/envclose.html
+++ b/docs/api_reference/CXX/envclose.html
@@ -14,7 +14,7 @@
<body>
<div xmlns="" class="navheader">
<div class="libver">
- <p>Library Version 11.2.5.3</p>
+ <p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
@@ -146,7 +146,7 @@ DbEnv::close(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp1206672"></a>Parameters</h3>
+ <h3 class="title"><a id="idp1213936"></a>Parameters</h3>
</div>
</div>
</div>
@@ -154,13 +154,13 @@ DbEnv::close(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp1254616"></a>flags</h4>
+ <h4 class="title"><a id="idp1214864"></a>flags</h4>
</div>
</div>
</div>
<p>
The <span class="bold"><strong>flags</strong></span> parameter must be set to 0
- or be set to the following value:
+ or be set to one of the following values:
</p>
<div class="itemizedlist">
<ul type="disc">
@@ -175,6 +175,20 @@ DbEnv::close(u_int32_t flags);</pre>
synchronizing the database.
</p>
</li>
+ <li>
+ <p>
+ <code class="literal">DB_FORCESYNCENV</code>
+ </p>
+ <p>
+ When closing the enviroment, flush memory
+ mapped environment regions to disk. Specifying
+ this flag may help prevent loss of updates when
+ <code class="literal">__db.00*</code> files are on NFS
+ storage. However, there is a risk that this
+ flag will significantly slow down this method
+ call.
+ </p>
+ </li>
</ul>
</div>
</div>
@@ -183,7 +197,7 @@ DbEnv::close(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp1279016"></a>Class</h3>
+ <h3 class="title"><a id="idp1240096"></a>Class</h3>
</div>
</div>
</div>
@@ -195,7 +209,7 @@ DbEnv::close(u_int32_t flags);</pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp1274152"></a>See Also</h3>
+ <h3 class="title"><a id="idp1234000"></a>See Also</h3>
</div>
</div>
</div>