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