summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_53_excl.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/upgrade_11gr2_53_excl.html')
-rw-r--r--docs/installation/upgrade_11gr2_53_excl.html27
1 files changed, 13 insertions, 14 deletions
diff --git a/docs/installation/upgrade_11gr2_53_excl.html b/docs/installation/upgrade_11gr2_53_excl.html
index ddfcfabc..3ddcb8d5 100644
--- a/docs/installation/upgrade_11gr2_53_excl.html
+++ b/docs/installation/upgrade_11gr2_53_excl.html
@@ -7,14 +7,14 @@
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Berkeley DB Installation and Build Guide" />
- <link rel="up" href="upgrade_53_toc.html" title="Chapter 9.  Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" />
+ <link rel="up" href="upgrade_53_toc.html" title="Chapter 11.  Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3" />
<link rel="prev" href="upgrade_11gr2_53_conn_status.html" title="Replication Connection Status in the Java API" />
<link rel="next" href="upgrade_11gr2_53_heap_regionsize.html" title="Configure the Region Size of Heap Databases" />
</head>
<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>
@@ -22,9 +22,7 @@
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="upgrade_11gr2_53_conn_status.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 9. 
- Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3
- </th>
+ <th width="60%" align="center">Chapter 11.  Upgrading Berkeley DB 11.2.5.2 applications to Berkeley DB 11.2.5.3 </th>
<td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_53_heap_regionsize.html">Next</a></td>
</tr>
</table>
@@ -42,24 +40,25 @@
<dl>
<dt>
<span class="sect2">
- <a href="upgrade_11gr2_53_excl.html#idp567208">New Functions</a>
+ <a href="upgrade_11gr2_53_excl.html#idp1166512">New Functions</a>
</span>
</dt>
</dl>
</div>
- <p>
- Database handles can now be configured to allow exclusive access to the
- database. To enable exclusive access, call <a href="../api_reference/C/dbset_lk_exclusive.html" class="olink">DB-&gt;set_lk_exclusive()</a> before
- calling <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a>. Set nowait_onoff to non-zero to have <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a> return
- immediately, with the error <code class="literal">DB_LOCK_NOTGRANTED</code> if
- it cannot immediately get exclusive access to the database, and to
- 0 to have <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a> block until it can gain exclusive access.
+ <p>
+ Database handles can now be configured to allow exclusive
+ access to the database. To enable exclusive access, call
+ <a href="../api_reference/C/dbset_lk_exclusive.html" class="olink">DB-&gt;set_lk_exclusive()</a> before calling <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a>. Set nowait_onoff
+ to non-zero to have <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a> return immediately, with the
+ error <code class="literal">DB_LOCK_NOTGRANTED</code> if it cannot
+ immediately get exclusive access to the database, and to 0 to
+ have <a href="../api_reference/C/dbopen.html" class="olink">DB-&gt;open()</a> block until it can gain exclusive access.
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp567208"></a>New Functions</h3>
+ <h3 class="title"><a id="idp1166512"></a>New Functions</h3>
</div>
</div>
</div>