Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 54acc5535ea472a114f1c04dda8f33a6 > files > 746

libdb4.7-devel-4.7.25-8.mga1.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>