• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/changelog/
1<!--"$Id: 2.3.10.html,v 1.3 2007/05/17 18:17:17 bostic Exp $ (Sleepycat) $Date: 2007/05/17 18:17:17 $"-->
2<html>
3<head>
4<title>The Berkeley DB Package: Interface Changes introduced in DB 2.3.10</title>
5<meta name="description" content="DB: A database programmatic toolkit.">
6<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods">
7</head>
8<body bgcolor=white>
9
10<h3 align=center>Interface Changes introduced in DB 2.3.10:</h3>
11
12<ol>
13
14<li>
15In order to simplify the DB Java API, the type of the <b>flags</b> argument
16to the three functions memp_fget(), memp_fput() and memp_fset() has been
17changed from ``unsigned long'' to ``int''.
18It's possible, although unlikely, that this change could result in compiler
19errors for DB applications on some systems, if the flags were stored in a
20local variable.
21To fix any such errors, change the type of the local variable from
22``unsigned long'' to ``int'' and recompile the application.
23
24</ol>
25
26</body>
27</html>
28