File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1025,9 +1025,9 @@ int mdb_txn_renew(MDB_txn *txn);
1025
1025
* After a successful commit the
1026
1026
* handle will reside in the shared environment, and may be used
1027
1027
* by other transactions. This function must not be called from
1028
- * multiple concurrent transactions. A transaction that uses this function
1029
- * must finish (either commit or abort) before any other transaction may
1030
- * use this function.
1028
+ * multiple concurrent transactions in the same process. A transaction
1029
+ * that uses this function must finish (either commit or abort) before
1030
+ * any other transaction in the process may use this function.
1031
1031
*
1032
1032
* To use named databases (with name != NULL), #mdb_env_set_maxdbs()
1033
1033
* must be called before opening the environment. Database names
You can’t perform that action at this time.
0 commit comments