summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_autoinit.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/upgrade_11gr2_autoinit.html')
-rw-r--r--docs/installation/upgrade_11gr2_autoinit.html23
1 files changed, 12 insertions, 11 deletions
diff --git a/docs/installation/upgrade_11gr2_autoinit.html b/docs/installation/upgrade_11gr2_autoinit.html
index 14602ad5..f6f62095 100644
--- a/docs/installation/upgrade_11gr2_autoinit.html
+++ b/docs/installation/upgrade_11gr2_autoinit.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_11gr2_toc.html" title="Chapter 12.  Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" />
+ <link rel="up" href="upgrade_11gr2_toc.html" title="Chapter 14.  Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0" />
<link rel="prev" href="upgrade_11gr2_dbsqlcodegen.html" title="db_sql Renamed to db_sql_codegen" />
<link rel="next" href="upgrade_11gr2_repmgr.html" title="Support for Multiple Client-to-Client Peers" />
</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_dbsqlcodegen.html">Prev</a> </td>
- <th width="60%" align="center">Chapter 12. 
- Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0
- </th>
+ <th width="60%" align="center">Chapter 14.  Upgrading Berkeley DB 4.8 applications to Berkeley DB 11.2.5.0 </th>
<td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_repmgr.html">Next</a></td>
</tr>
</table>
@@ -39,12 +37,15 @@
</div>
</div>
<p>
-In this release, the <code class="literal">DB_REP_CONF_NOAUTOINIT</code> flag is replaced by the
-<code class="literal">DB_REP_CONF_AUTOINIT</code> flag. This option is ON by default. To turn
-off automatic internal initialization, call the
-<code class="literal">DB_ENV-&gt;rep_set_config</code> method with the <span class="bold"><strong>which</strong></span> parameter set to
-<code class="literal">DB_REP_CONF_AUTOINIT</code> and the <span class="bold"><strong>onoff</strong></span> parameter set to zero.
-</p>
+ In this release, the
+ <code class="literal">DB_REP_CONF_NOAUTOINIT</code> flag is replaced
+ by the <code class="literal">DB_REP_CONF_AUTOINIT</code> flag. This
+ option is ON by default. To turn off automatic internal
+ initialization, call the
+ <code class="literal">DB_ENV-&gt;rep_set_config</code> method with the
+ <span class="bold"><strong>which</strong></span> parameter set to
+ <code class="literal">DB_REP_CONF_AUTOINIT</code> and the <span class="bold"><strong>onoff</strong></span> parameter set to zero.
+ </p>
</div>
<div class="navfooter">
<hr />