]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/lmdb.h
Catch most uses of finished/parent txns.
[openldap] / libraries / liblmdb / lmdb.h
index 1e934f4767927b8c7e18204d83f0665fac45fe59..19fb1fe07ae74dd495cd3f9da1d3d30e4f711c2d 100644 (file)
@@ -431,7 +431,7 @@ typedef enum MDB_cursor_op {
 #define MDB_INCOMPATIBLE       (-30784)
        /** Invalid reuse of reader locktable slot */
 #define MDB_BAD_RSLOT          (-30783)
-       /** Transaction cannot recover - it must be aborted */
+       /** Transaction must abort, has a child, or is invalid */
 #define MDB_BAD_TXN                    (-30782)
        /** Unsupported size of key/DB name/data, or wrong DUPFIXED size */
 #define MDB_BAD_VALSIZE                (-30781)