Skip Menu |

This queue is for tickets about the BerkeleyDB CPAN distribution.

Report information
The Basics
Id: 21611
Status: open
Priority: 0/
Queue: BerkeleyDB

People
Owner: Nobody in particular
Requestors: DONGXU [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.29
Fixed in: (no value)



Subject: record number in Recno database
Hi Paul, I had a detail check of the recno issue reported before by me. According to document on Sleepycat, the number of first record in Recno database should be 1, not 0. I have varified this by fetching the value from a secondary index database, which is 1 (the key of primary Recno database). While Perl module will always return 0 as the first record number. There is a macro named ALLOW_RECNO_OFFSET handling array base, that seems not work properly. Could you please have a check? My BDB version is 4.1.25 BR / Dongxu