diff options
Diffstat (limited to 'docs/installation/build_unix_db_nosync.html')
-rw-r--r-- | docs/installation/build_unix_db_nosync.html | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/docs/installation/build_unix_db_nosync.html b/docs/installation/build_unix_db_nosync.html index 74990a81..62743e48 100644 --- a/docs/installation/build_unix_db_nosync.html +++ b/docs/installation/build_unix_db_nosync.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="build_unix_encrypt.html" title="Cryptography Support" /> <link rel="next" href="upgrade_11gr2_remsupp.html" title="Dropped Support" /> </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="build_unix_encrypt.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_remsupp.html">Next</a></td> </tr> </table> @@ -38,12 +36,23 @@ </div> </div> </div> - <p>Applications must now pass the DB_NOSYNC flag to the methods - <code class="literal">DB->remove</code>, <code class="literal">DB->rename</code>, <code class="literal">DB_ENV->dbremove</code>, and <code class="literal">DB_ENV->dbrename</code>, to avoid a multi-database file to be flushed from cache. -This flag is applicable if you have created the database handle in a non-transactional environment. -</p> - <p>By default, all non-transactional database remove/rename operations cause data to be synced to disk. -This can now be overridden using the DB_NOSYNC flag so that files can be accessed outside the environment after the database handles are closed. -</p> + <p> + Applications must now pass the DB_NOSYNC flag to the methods + - <code class="literal">DB->remove</code>, + <code class="literal">DB->rename</code>, + <code class="literal">DB_ENV->dbremove</code>, and + <code class="literal">DB_ENV->dbrename</code>, to avoid a + multi-database file to be flushed from cache. This flag is + applicable if you have created the database handle in a + non-transactional environment. + </p> + <p> + By default, all non-transactional database remove/rename + operations cause data to be synced to disk. This can now be + overridden using the DB_NOSYNC flag so that files can be + accessed outside the environment after the database handles + are closed. + </p> </div> <div class="navfooter"> <hr /> |