X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Fliblmdb%2Flmdb.h;h=2374ef7cc7c23e9b2b6fd0c7313f8bacfc97950c;hb=02285aca58f5629547263ba09e7dd685dcf6b4b5;hp=f63c6719e0b8129f4bad5084ed4865ae95f5ca47;hpb=bda6a60ad4ea32eeae6470bd2bcb7ac5e90931b7;p=openldap diff --git a/libraries/liblmdb/lmdb.h b/libraries/liblmdb/lmdb.h index f63c6719e0..2374ef7cc7 100644 --- a/libraries/liblmdb/lmdb.h +++ b/libraries/liblmdb/lmdb.h @@ -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)