The header now also contains the number of objects currently stored in the database (including free'd ones). This was thought to be help in fixing a bug. Meanwhile I found the real source of the problem and fixed it (->objectId==0 wasn't checked). However, I now have database tables which already set this additional header field, so I keep it.
Improved dbdir plugin.
The header now also contains the number of objects currently stored in
the database (including free'd ones). This was thought to be help in
fixing a bug. Meanwhile I found the real source of the problem and
fixed it (->objectId==0 wasn't checked). However, I now have database
tables which already set this additional header field, so I keep it.