|
|
@ -2570,6 +2570,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 */ |
|
|
|