diff options
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index 42e3d33..ce271ad 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp | |||
@@ -160,6 +160,7 @@ bool Storage::startTransaction(AccessMode type) | |||
160 | } | 160 | } |
161 | 161 | ||
162 | d->firstOpen = false; | 162 | d->firstOpen = false; |
163 | d->readTransaction = requestedRead; | ||
163 | return !rc; | 164 | return !rc; |
164 | } | 165 | } |
165 | 166 | ||