Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > d449e127f3976bb1f2f32b825c602e50 > files > 737

lib64db4.6-devel-4.6.21-7mdv2008.1.x86_64.rpm

<!--"$Id: 2.3.10.html,v 1.3 2007/05/17 18:17:17 bostic Exp $ (Sleepycat) $Date: 2007/05/17 18:17:17 $"-->
<html>
<head>
<title>The Berkeley DB Package: Interface Changes introduced in DB 2.3.10</title>
<meta name="description" content="DB: A database programmatic toolkit.">
<meta name="keywords" content="embedded,database,programmatic,toolkit,b+tree,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods">
</head>
<body bgcolor=white>

<h3 align=center>Interface Changes introduced in DB 2.3.10:</h3>

<ol>

<li>
In order to simplify the DB Java API, the type of the <b>flags</b> argument
to the three functions memp_fget(), memp_fput() and memp_fset() has been
changed from ``unsigned long'' to ``int''.
It's possible, although unlikely, that this change could result in compiler
errors for DB applications on some systems, if the flags were stored in a
local variable.
To fix any such errors, change the type of the local variable from
``unsigned long'' to ``int'' and recompile the application.

</ol>

</body>
</html>