diff options
Diffstat (limited to 'docs/installation/upgrade_11gr2_52_rep_dbt_readonly.html')
| -rw-r--r-- | docs/installation/upgrade_11gr2_52_rep_dbt_readonly.html | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/docs/installation/upgrade_11gr2_52_rep_dbt_readonly.html b/docs/installation/upgrade_11gr2_52_rep_dbt_readonly.html index 8cbdbc28..c652183a 100644 --- a/docs/installation/upgrade_11gr2_52_rep_dbt_readonly.html +++ b/docs/installation/upgrade_11gr2_52_rep_dbt_readonly.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_52_toc.html" title="Chapter 10. Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" /> + <link rel="up" href="upgrade_52_toc.html" title="Chapter 12. Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2" /> <link rel="prev" href="upgrade_11gr2_52_bit_cmp_win.html" title="32bit/64bit Compatibility on Windows" /> <link rel="next" href="upgrade_11gr2_52_dyn_env.html" title="Dynamic Environment Configuration" /> </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_52_bit_cmp_win.html">Prev</a> </td> - <th width="60%" align="center">Chapter 10. - Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2 - </th> + <th width="60%" align="center">Chapter 12. Upgrading Berkeley DB 11.2.5.1 applications to Berkeley DB 11.2.5.2 </th> <td width="20%" align="right"> <a accesskey="n" href="upgrade_11gr2_52_dyn_env.html">Next</a></td> </tr> </table> @@ -42,22 +40,23 @@ <dl> <dt> <span class="sect2"> - <a href="upgrade_11gr2_52_rep_dbt_readonly.html#idp654424">New Flag</a> + <a href="upgrade_11gr2_52_rep_dbt_readonly.html#idp1248208">New Flag</a> </span> </dt> </dl> </div> - <p> - A <a href="../api_reference/C/dbt.html" class="olink">DBT</a> can now be set as read-only, when passed to the <a href="../api_reference/C/dbget.html" class="olink">DB->get()</a> - method, using the flag <code class="literal">DB_DBT_READONLY</code>. This is - useful when using a static string as a key value, because this flag - will prevent Berkeley DB from updating the <a href="../api_reference/C/dbt.html" class="olink">DBT</a>. + <p> + A <a href="../api_reference/C/dbt.html" class="olink">DBT</a> can now be set as read-only, when passed to the + <a href="../api_reference/C/dbget.html" class="olink">DB->get()</a> method, using the flag + <code class="literal">DB_DBT_READONLY</code>. This is useful when + using a static string as a key value, because this flag will + prevent Berkeley DB from updating the <a href="../api_reference/C/dbt.html" class="olink">DBT</a>. </p> <div class="sect2" lang="en" xml:lang="en"> <div class="titlepage"> <div> <div> - <h3 class="title"><a id="idp654424"></a>New Flag</h3> + <h3 class="title"><a id="idp1248208"></a>New Flag</h3> </div> </div> </div> |
