mirror of
https://github.com/isar/libmdbx.git
synced 2025-04-05 04:17:45 +08:00
lmdb: Clear error from previous txn in mdb_txn_renew().
Change-Id: I72b55bfd91c87e4608fbf50f3c70951952855f8f
This commit is contained in:
parent
4a1574c998
commit
5daf811dcb
1
mdb.c
1
mdb.c
@ -2953,6 +2953,7 @@ mdb_txn_renew0(MDB_txn *txn)
|
|||||||
int rc, new_notls = 0;
|
int rc, new_notls = 0;
|
||||||
|
|
||||||
if (txn->mt_flags & MDB_TXN_RDONLY) {
|
if (txn->mt_flags & MDB_TXN_RDONLY) {
|
||||||
|
txn->mt_flags = MDB_TXN_RDONLY;
|
||||||
/* Setup db info */
|
/* Setup db info */
|
||||||
txn->mt_numdbs = env->me_numdbs;
|
txn->mt_numdbs = env->me_numdbs;
|
||||||
txn->mt_dbxs = env->me_dbxs; /* mostly static anyway */
|
txn->mt_dbxs = env->me_dbxs; /* mostly static anyway */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user