]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/lmdb.h
ITS#7789 Fix resize vs MDB_NOMETASYNC, and a comment.
[openldap] / libraries / liblmdb / lmdb.h
index f63c6719e0b8129f4bad5084ed4865ae95f5ca47..2374ef7cc7c23e9b2b6fd0c7313f8bacfc97950c 100644 (file)
@@ -411,7 +411,7 @@ typedef enum MDB_cursor_op {
 #define MDB_CURSOR_FULL        (-30787)
        /** Page has not enough space - internal error */
 #define MDB_PAGE_FULL  (-30786)
-       /** Database contents grew beyond environment mapsize */
+       /** Environment mapsize was changed by another process */
 #define MDB_MAP_RESIZED        (-30785)
        /** MDB_INCOMPATIBLE: Operation and DB incompatible, or DB flags changed */
 #define MDB_INCOMPATIBLE       (-30784)