Imported Upstream version 5.3.21
[platform/upstream/libdb.git] / docs / upgrading / upgrade_4_1_checkpoint.html
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6     <title>DB_CHECKPOINT, DB_CURLSN</title>
7     <link rel="stylesheet" href="gettingStarted.css" type="text/css" />
8     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
9     <link rel="start" href="index.html" title="Berkeley DB Upgrade Guide" />
10     <link rel="up" href="upgrade_4_1_toc.html" title="Chapter 9. Upgrading Berkeley DB 4.0 applications to Berkeley DB 4.1" />
11     <link rel="prev" href="upgrade_4_1_log_stat.html" title="st_flushcommit" />
12     <link rel="next" href="upgrade_4_1_incomplete.html" title="DB_INCOMPLETE" />
13   </head>
14   <body>
15     <div xmlns="" class="navheader">
16       <div class="libver">
17         <p>Library Version 11.2.5.3</p>
18       </div>
19       <table width="100%" summary="Navigation header">
20         <tr>
21           <th colspan="3" align="center">DB_CHECKPOINT, DB_CURLSN</th>
22         </tr>
23         <tr>
24           <td width="20%" align="left"><a accesskey="p" href="upgrade_4_1_log_stat.html">Prev</a> </td>
25           <th width="60%" align="center">Chapter 9. Upgrading Berkeley DB 4.0 applications to Berkeley DB 4.1</th>
26           <td width="20%" align="right"> <a accesskey="n" href="upgrade_4_1_incomplete.html">Next</a></td>
27         </tr>
28       </table>
29       <hr />
30     </div>
31     <div class="sect1" lang="en" xml:lang="en">
32       <div class="titlepage">
33         <div>
34           <div>
35             <h2 class="title" style="clear: both"><a id="upgrade_4_1_checkpoint"></a>DB_CHECKPOINT, DB_CURLSN</h2>
36           </div>
37         </div>
38       </div>
39       <p>The DB_CHECKPOINT flag has been removed from the <a href="../api_reference/C/logcget.html" class="olink">DB_LOGC-&gt;get()</a> and
40 <a href="../api_reference/C/logput.html" class="olink">DB_ENV-&gt;log_put()</a> methods.  It is very unlikely application programs used this
41 flag.  If your application used this flag, please contact us for help
42 in upgrading.</p>
43       <p>The DB_CURLSN flag has been removed from the <a href="../api_reference/C/logput.html" class="olink">DB_ENV-&gt;log_put()</a> method.  It is
44 very unlikely application programs used this flag.  If your application
45 used this flag, please contact us for help in upgrading.</p>
46     </div>
47     <div class="navfooter">
48       <hr />
49       <table width="100%" summary="Navigation footer">
50         <tr>
51           <td width="40%" align="left"><a accesskey="p" href="upgrade_4_1_log_stat.html">Prev</a> </td>
52           <td width="20%" align="center">
53             <a accesskey="u" href="upgrade_4_1_toc.html">Up</a>
54           </td>
55           <td width="40%" align="right"> <a accesskey="n" href="upgrade_4_1_incomplete.html">Next</a></td>
56         </tr>
57         <tr>
58           <td width="40%" align="left" valign="top">st_flushcommit </td>
59           <td width="20%" align="center">
60             <a accesskey="h" href="index.html">Home</a>
61           </td>
62           <td width="40%" align="right" valign="top"> DB_INCOMPLETE</td>
63         </tr>
64       </table>
65     </div>
66   </body>
67 </html>