Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 88e0d03d52f42163ee46de9d9a6a03dc > files > 737

libdb4.6-devel-4.6.21-9mdv2009.0.i586.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>