[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Berkeley DB 3.2.9

From: Jim Blandy <jimb_at_zwingli.cygnus.com>
Date: 2001-03-01 21:14:05 CET

The Berkeley DB 3.2.9 API isn't compatible with 3.1.17. From the
3.2.9 ``ChangeLog'':

Interface Additions and Changes:

    6.Add a reference to a DB object as the first argument to four application callback functions (the callback functions set by
       DB->set_bt_compare, DB->set_bt_prefix, DB->set_dup_compare, and
DB->set_h_hash). [#2179]

This means that every FS btree that uses a customized sort order needs
to have its code changed slightly. I've included a patch below.

Should we simply require Berkeley DB 3.2.9, and declare 3.1.17
obsolete?
Received on Sat Oct 21 14:36:24 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.