| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
$ db hash name.hash.db josk
db: Error reading key `josk': Invalid argument
$ db hash name.hash.db joska
db: Error reading key `joska': Invalid argument
$ db btree name.btree.db josk
db: Unknown key `josk'
$ db btree name.btree.db joska
db: Unknown key `joska'
It seems to happen due to the new design of db_get() in db.c, which
I will try to decypher later on.
Notes:
svn path=/head/; revision=194208
|
|
|
|
| |
Notes:
svn path=/head/; revision=193982
|
|
|
|
| |
Notes:
svn path=/head/; revision=147643
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104360
|
|
|
|
|
|
|
|
|
| |
manipulate db(3)'s btree(3) and hash(3) databases
Submitted by: edwin@mavetju.org
Notes:
svn path=/head/; revision=97119
|
|
|
|
|
|
|
|
| |
Version 2 of Berkeley DB has been repo-copied to databases/db2, for
naming consistency with the other ports. Fix dependencies accordingly.
Notes:
svn path=/head/; revision=64839
|
|
|
|
| |
Notes:
svn path=/head/; revision=23271
|
|
|
|
|
|
|
| |
OK'ed by: maintainer
Notes:
svn path=/head/; revision=20146
|
|
|
|
|
|
|
| |
install in the way that not interfere with libc db
Notes:
svn path=/head/; revision=17416
|
|
|
|
|
|
|
| |
Submitted-by: Josh Tiefenbach <josh@ican.net>
Notes:
svn path=/head/; revision=9470
|
|
|
|
|
|
|
| |
Submitted by: "Josh Tiefenbach" <josh@ican.net>
Notes:
svn path=/head/; revision=8584
|
|
|
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
Notes:
svn path=/head/; revision=8094
|
|
|
|
|
|
|
| |
Submitted by: Josh Tiefenbach <josh@ican.net>
Notes:
svn path=/head/; revision=7783
|
|
Submitted by: Josh Tiefenbach <josh@ican.net>
Notes:
svn path=/head/; revision=6913
|