]> git.sur5r.net Git - openldap/blobdiff - libraries/liblmdb/lmdb.h
Catch most uses of finished/parent txns.
[openldap] / libraries / liblmdb / lmdb.h
index c27f78bfb808d29fc2d5ebc9eb89999e821a737c..b72418e4fb78a6f2b3f17b5db423361d2ddee406 100644 (file)
@@ -432,7 +432,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)