summaryrefslogtreecommitdiff
path: root/docs/installation/upgrade_11gr2_53_meta_dir.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installation/upgrade_11gr2_53_meta_dir.html')
-rw-r--r--docs/installation/upgrade_11gr2_53_meta_dir.html32
1 files changed, 15 insertions, 17 deletions
diff --git a/docs/installation/upgrade_11gr2_53_meta_dir.html b/docs/installation/upgrade_11gr2_53_meta_dir.html
index 9290b6e5..56e69920 100644
--- a/docs/installation/upgrade_11gr2_53_meta_dir.html
+++ b/docs/installation/upgrade_11gr2_53_meta_dir.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_jdbc.html" title="Updated JDBC Version" />
<link rel="next" href="upgrade_11gr2_53_sql_build.html" title="Changes in the SQL API Build" />
</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_jdbc.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_sql_build.html">Next</a></td>
</tr>
</table>
@@ -42,30 +40,30 @@
<dl>
<dt>
<span class="sect2">
- <a href="upgrade_11gr2_53_meta_dir.html#idp593384">New Functions</a>
+ <a href="upgrade_11gr2_53_meta_dir.html#idp1192152">New Functions</a>
</span>
</dt>
</dl>
</div>
<p>
- The directory in which persistent metadata files are stored can now
- be configured. By default persistent metadata files are stored in
- the environment home directory. The files that will be stored in
- the metadata directory are __db.rep.system, __db.rep.gen,
- __db.rep.egen and __db.rep.init.
+ The directory in which persistent metadata files are stored
+ can now be configured. By default persistent metadata files
+ are stored in the environment home directory. The files that
+ will be stored in the metadata directory are __db.rep.system,
+ __db.rep.gen, __db.rep.egen and __db.rep.init.
</p>
- <p>
- To set the metadata file directory, call <a href="../api_reference/C/envset_metadata_dir.html" class="olink">DB_ENV-&gt;set_metadata_dir()</a> with
- the path to the directory in which to store metadata files. The
- metadata directory can also be set in the
- <code class="literal">DB_CONFIG</code> file using
+ <p>
+ To set the metadata file directory, call
+ <a href="../api_reference/C/envset_metadata_dir.html" class="olink">DB_ENV-&gt;set_metadata_dir()</a> with the path to the directory in which
+ to store metadata files. The metadata directory can also be
+ set in the <code class="literal">DB_CONFIG</code> file using
<code class="literal">set_metadata_dir</code>.
</p>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
- <h3 class="title"><a id="idp593384"></a>New Functions</h3>
+ <h3 class="title"><a id="idp1192152"></a>New Functions</h3>
</div>
</div>
</div>