dbTalk Databases Forums  

what happened to DB_XIDDATASIZE in berkeley 4.8

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss what happened to DB_XIDDATASIZE in berkeley 4.8 in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sds
 
Posts: n/a

Default what happened to DB_XIDDATASIZE in berkeley 4.8 - 05-18-2010 , 03:40 PM






"Berkeley DB 4.8.24: (August 14, 2009)"
there is no DB_XIDDATASIZE in /usr/include/db.h.
DB_TXN->prepare is declared like this:
int (*prepare) __P((DB_TXN *, u_int8_t *));
however, the doc
http://www.oracle.com/technology/doc...xnprepare.html
still specifies
int DB_TXN->prepare(DB_TXN *tid, u_int8_t gid[DB_XIDDATASIZE]);
so, what is going on?
Can I now use gids of any size?

Reply With Quote
  #2  
Old   
Michael
 
Posts: n/a

Default Re: what happened to DB_XIDDATASIZE in berkeley 4.8 - 05-19-2010 , 03:37 AM






Use DB_GID_SIZE from DB 4.8.24 onwards. Support for XA was removed in
4.8.24, which is why this flag was renamed. It looks like the
documentation was not updated -- I'll get that fixed.

Michael Cahill, Oracle Berkeley DB.


P.S. Most support now happens here: http://forums.oracle.com/forums/forum.jspa?forumID=271

Reply With Quote
  #3  
Old   
John Kelly
 
Posts: n/a

Default Re: what happened to DB_XIDDATASIZE in berkeley 4.8 - 06-18-2010 , 10:53 AM



On Wed, 19 May 2010 00:37:54 -0700 (PDT), Michael
<michael.cahill (AT) gmail (DOT) com> wrote:

Quote:
P.S. Most support now happens here:
http://forums.oracle.com/forums/forum.jspa?forumID=271
I hate support web interfaces. Email/news is better. Why don't you
gate it to the ng.



--
Web mail, POP3, and SMTP
http://www.beewyz.com/freeaccounts.php

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.