]> git.sur5r.net Git - openldap/commitdiff
Tweak MDB_INCOMPATIBLE description
authorHallvard Furuseth <hallvard@openldap.org>
Wed, 20 Feb 2013 11:19:45 +0000 (12:19 +0100)
committerHallvard Furuseth <hallvard@openldap.org>
Wed, 20 Feb 2013 11:19:45 +0000 (12:19 +0100)
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb.c

index 5b6ff6ef5834b158978c17fce7fb99b3faf1e429..029945a60858b4cbb7cbf4ac6a1ad992548c8326 100644 (file)
@@ -362,7 +362,7 @@ typedef enum MDB_cursor_op {
 #define MDB_PAGE_FULL  (-30786)
        /** Database contents grew beyond environment mapsize */
 #define MDB_MAP_RESIZED        (-30785)
-       /** Operation is incompatible with database */
+       /** Database flags changed or would change */
 #define MDB_INCOMPATIBLE       (-30784)
 #define MDB_LAST_ERRCODE       MDB_INCOMPATIBLE
 /** @} */
index a6193c704d60ed16f845e91240f2ffba8a86eff3..041acfa8e893f940314b9667c013ed62dcebfd80 100644 (file)
@@ -1073,7 +1073,7 @@ static char *const mdb_errstr[] = {
        "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_INCOMPATIBLE: Operation is incompatible with database",
+       "MDB_INCOMPATIBLE: Database flags changed or would change",
 };
 
 char *