summaryrefslogtreecommitdiff
path: root/docs/api_reference/C/envclose.html
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-02-17 17:25:57 +0000
committer <>2015-03-17 16:26:24 +0000
commit780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch)
tree598f8b9fa431b228d29897e798de4ac0c1d3d970 /docs/api_reference/C/envclose.html
parent7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff)
downloadberkeleydb-master.tar.gz
Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz.HEADdb-6.1.23master
Diffstat (limited to 'docs/api_reference/C/envclose.html')
-rw-r--r--docs/api_reference/C/envclose.html26
1 files changed, 20 insertions, 6 deletions
diff --git a/docs/api_reference/C/envclose.html b/docs/api_reference/C/envclose.html
index 8e3ccb0a..3ea96a05 100644
--- a/docs/api_reference/C/envclose.html
+++ b/docs/api_reference/C/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>
@@ -145,7 +145,7 @@ DB_ENV-&gt;close(DB_ENV *dbenv, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp59246480"></a>Parameters</h3>
+ <h3 class="title"><a id="idp875232"></a>Parameters</h3>
</div>
</div>
</div>
@@ -153,13 +153,13 @@ DB_ENV-&gt;close(DB_ENV *dbenv, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h4 class="title"><a id="idp59210576"></a>flags</h4>
+ <h4 class="title"><a id="idp875480"></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">
@@ -174,6 +174,20 @@ DB_ENV-&gt;close(DB_ENV *dbenv, 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>
@@ -182,7 +196,7 @@ DB_ENV-&gt;close(DB_ENV *dbenv, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp59292768"></a>Class</h3>
+ <h3 class="title"><a id="idp922552"></a>Class</h3>
</div>
</div>
</div>
@@ -194,7 +208,7 @@ DB_ENV-&gt;close(DB_ENV *dbenv, u_int32_t flags); </pre>
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp59287912"></a>See Also</h3>
+ <h3 class="title"><a id="idp916464"></a>See Also</h3>
</div>
</div>
</div>