]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/mdb.c
Tweak MDB_INCOMPATIBLE description
[openldap] / libraries / liblmdb / mdb.c
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 *