From d8e18551c3f03d5205f4dc8d1711e494d3814b17 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 8 Jul 2014 20:05:31 -0700 Subject: [PATCH] ITS#7789 update RESIZED errmsg text --- libraries/liblmdb/mdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- 2.39.2