From: Howard Chu Date: Wed, 9 Jul 2014 03:05:31 +0000 (-0700) Subject: ITS#7789 update RESIZED errmsg text X-Git-Tag: OPENLDAP_REL_ENG_2_4_40~126^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8e18551c3f03d5205f4dc8d1711e494d3814b17;hp=5926e54bba7c976e0837221efb20cbff384207b8;p=openldap ITS#7789 update RESIZED errmsg text --- diff --git a/libraries/liblmdb/mdb.c b/libraries/liblmdb/mdb.c index fd48ff136f..1e139aae0d 100644 --- a/libraries/liblmdb/mdb.c +++ b/libraries/liblmdb/mdb.c @@ -1241,7 +1241,7 @@ static char *const mdb_errstr[] = { "MDB_TXN_FULL: Transaction has too many dirty pages - transaction too big", "MDB_CURSOR_FULL: Internal error - cursor stack limit reached", "MDB_PAGE_FULL: Internal error - page has no more space", - "MDB_MAP_RESIZED: Database contents grew beyond environment mapsize", + "MDB_MAP_RESIZED: Environment mapsize was changed by another process", "MDB_INCOMPATIBLE: Operation and DB incompatible, or DB flags changed", "MDB_BAD_RSLOT: Invalid reuse of reader locktable slot", "MDB_BAD_TXN: Transaction cannot recover - it must be aborted",