summaryrefslogtreecommitdiff
path: root/docs/articles/inmemory
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/articles/inmemory
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/articles/inmemory')
-rw-r--r--docs/articles/inmemory/C/InMemoryDBApplication.pdfbin171826 -> 171623 bytes
-rw-r--r--docs/articles/inmemory/C/index.html12
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/articles/inmemory/C/InMemoryDBApplication.pdf b/docs/articles/inmemory/C/InMemoryDBApplication.pdf
index 0cd7bc40..4cbf84f0 100644
--- a/docs/articles/inmemory/C/InMemoryDBApplication.pdf
+++ b/docs/articles/inmemory/C/InMemoryDBApplication.pdf
Binary files differ
diff --git a/docs/articles/inmemory/C/index.html b/docs/articles/inmemory/C/index.html
index 0fc236d0..cffce6c7 100644
--- a/docs/articles/inmemory/C/index.html
+++ b/docs/articles/inmemory/C/index.html
@@ -11,7 +11,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>
@@ -24,11 +24,11 @@
<div class="titlepage">
<div>
<div>
- <h1 class="title"><a id="idp41840"></a>Writing In-Memory Berkeley DB Applications</h1>
+ <h1 class="title"><a id="idp22952"></a>Writing In-Memory Berkeley DB Applications</h1>
</div>
<div>
<div class="legalnotice">
- <a id="idp59880"></a>
+ <a id="idp41512"></a>
<p class="legalnotice-title">
<b>Legal Notice</b>
</p>
@@ -58,7 +58,7 @@
<p>
To obtain a copy of this document's original source code, please
submit a request to the Oracle Technology Network forum at:
- <a class="ulink" href="http://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">http://forums.oracle.com/forums/forum.jspa?forumID=271</a>
+ <a class="ulink" href="https://forums.oracle.com/forums/forum.jspa?forumID=271" target="_top">https://forums.oracle.com/forums/forum.jspa?forumID=271</a>
</p>
@@ -66,7 +66,7 @@
</div>
</div>
<div>
- <p class="pubdate">5/11/2012</p>
+ <p class="pubdate">2/17/2015</p>
</div>
</div>
<hr />
@@ -530,7 +530,7 @@ err:
<li>
<p>
NOT call any of the methods that affect file naming
- (<code class="methodname">DB_ENV-&gt;set_data_dir()</code>,
+ (<code class="methodname">DB_ENV-&gt;add_data_dir()</code>,
<code class="methodname">DB_ENV-&gt;set_lg_dir()</code>, or
<code class="methodname">DB_ENV-&gt;set_tmp_dir()</code>).
</p>