aboutsummaryrefslogtreecommitdiff
path: root/doc/gdbm.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gdbm.texi')
-rw-r--r--doc/gdbm.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/gdbm.texi b/doc/gdbm.texi
index 4eb8793..5c89788 100644
--- a/doc/gdbm.texi
+++ b/doc/gdbm.texi
@@ -1543,10 +1543,6 @@ Set by the @code{gdbm_reorganize} (@pxref{Reorganization}) if it attempted to
operate on a database that is open in read-only mode (@pxref{Open,
GDBM_READER}).
-@kwindex GDBM_UNKNOWN_UPDATE
-@item GDBM_UNKNOWN_UPDATE
-Currently unused. Reserved for future uses.
-
@kwindex GDBM_ITEM_NOT_FOUND
@item GDBM_ITEM_NOT_FOUND
Requested item was not found. This error is set by @code{gdbm_delete}
@@ -1649,6 +1645,11 @@ detailed description of recovery functions.
@kwindex GDBM_BACKUP_FAILED
@item GDBM_BACKUP_FAILED
The GDBM engine is unable to create backup copy of the file.
+
+@kwindex GDBM_DIR_OVERFLOW
+@item GDBM_DIR_OVERFLOW
+Bucket directory would overflow the size limit during an attempt to split
+hash bucket. This error can occur while storing a new key.
@end table
@node Compatibility

Return to:

Send suggestions and report system problems to the System administrator.